TurboMarian is the ALS boss

This commit is contained in:
rusefillc 2022-12-21 18:47:20 -05:00
parent 9a1237fc48
commit c691787dd2
2 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,6 @@ bit isALSSwitchActivated
bit ALSActivatePinState
bit ALSSwitchCondition
float fuelALSCorrection
end_struct

View File

@ -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();