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