2014-01-07 00:02:00 -08:00
|
|
|
/*
|
|
|
|
All functions in the gamma file return
|
|
|
|
|
|
|
|
*/
|
2014-05-06 04:07:49 -07:00
|
|
|
//static byte numCorrections = 2;
|
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
|