This commit is contained in:
parent
058421cc7d
commit
e25a94c78b
|
@ -5,7 +5,7 @@
|
||||||
* While engine running, fuel amount is an interpolated value from the fuel map by getRpm() and getEngineLoad()
|
* While engine running, fuel amount is an interpolated value from the fuel map by getRpm() and getEngineLoad()
|
||||||
* On top of the value from the fuel map we also apply
|
* On top of the value from the fuel map we also apply
|
||||||
* <BR>1) getInjectorLag() correction to account for fuel injector lag
|
* <BR>1) getInjectorLag() correction to account for fuel injector lag
|
||||||
* <BR>2) getCltCorrection() for warm-up
|
* <BR>2) getCltFuelCorrection() for warm-up
|
||||||
* <BR>3) getIatCorrection() to account for cold weather
|
* <BR>3) getIatCorrection() to account for cold weather
|
||||||
*
|
*
|
||||||
* getCrankingFuel() depents only on getCoolantTemperature()
|
* getCrankingFuel() depents only on getCoolantTemperature()
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
|
|
||||||
#define MAX_LCD_WIDTH 20
|
#define MAX_LCD_WIDTH 20
|
||||||
|
|
||||||
#define TOTAL_OPTIONS 6
|
|
||||||
|
|
||||||
void initLcdController(void);
|
void initLcdController(void);
|
||||||
void updateHD44780lcd(Engine *engine);
|
void updateHD44780lcd(Engine *engine);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue