TurboMarian is the ALS boss
This commit is contained in:
parent
9a1237fc48
commit
c691787dd2
|
@ -11,4 +11,6 @@ bit isALSSwitchActivated
|
||||||
bit ALSActivatePinState
|
bit ALSActivatePinState
|
||||||
bit ALSSwitchCondition
|
bit ALSSwitchCondition
|
||||||
|
|
||||||
|
float fuelALSCorrection
|
||||||
|
|
||||||
end_struct
|
end_struct
|
|
@ -17,6 +17,7 @@ void initFuelMap();
|
||||||
float getRunningFuel(float baseFuel);
|
float getRunningFuel(float baseFuel);
|
||||||
|
|
||||||
float getBaroCorrection();
|
float getBaroCorrection();
|
||||||
|
float getfuelALSCorrection(int rpm, float engineLoad);
|
||||||
int getNumberOfInjections(injection_mode_e mode);
|
int getNumberOfInjections(injection_mode_e mode);
|
||||||
angle_t getInjectionOffset(float rpm, float load);
|
angle_t getInjectionOffset(float rpm, float load);
|
||||||
float getIatFuelCorrection();
|
float getIatFuelCorrection();
|
||||||
|
|
Loading…
Reference in New Issue