2014-01-07 00:02:00 -08:00
|
|
|
/*
|
|
|
|
All functions in the gamma file return
|
|
|
|
|
|
|
|
*/
|
2015-02-14 05:11:43 -08:00
|
|
|
#ifndef CORRECTIONS_H
|
|
|
|
#define CORRECTIONS_H
|
|
|
|
|
2014-01-07 00:02:00 -08:00
|
|
|
byte correctionsTotal();
|
|
|
|
byte correctionWUE(); //Warmup enrichment
|
|
|
|
byte correctionASE(); //After Start Enrichment
|
|
|
|
byte correctionAccel(); //Acceleration Enrichment
|
2014-05-06 04:07:49 -07:00
|
|
|
byte correctionsFloodClear(); //Check for flood clear on cranking
|
2015-02-05 13:11:33 -08:00
|
|
|
byte correctionsAFRClosedLoop(); //Closed loop AFR adjustment
|
2015-02-14 05:11:43 -08:00
|
|
|
|
|
|
|
#endif // CORRECTIONS_H
|