speeduino/corrections.h

18 lines
440 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
2016-10-25 07:04:37 -07:00
void initialiseCorrections();
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