11 lines
244 B
C
11 lines
244 B
C
|
/*
|
||
|
All functions in the gamma file return
|
||
|
|
||
|
*/
|
||
|
static byte numCorrections = 2;
|
||
|
|
||
|
byte correctionsTotal();
|
||
|
byte correctionWUE(); //Warmup enrichment
|
||
|
byte correctionASE(); //After Start Enrichment
|
||
|
byte correctionAccel(); //Acceleration Enrichment
|