speeduino/corrections.h

16 lines
409 B
C
Raw Normal View History

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
byte correctionsFloodClear(); //Check for flood clear on cranking
byte correctionsAFRClosedLoop(); //Closed loop AFR adjustment
2015-02-14 05:11:43 -08:00
#endif // CORRECTIONS_H