speeduino/speeduino/engineProtection.h

9 lines
182 B
C
Raw Normal View History

2022-04-09 16:07:21 -07:00
#define HARD_REV_FIXED 1
#define HARD_REV_COOLANT 2
byte checkEngineProtect();
byte checkRevLimit();
byte checkBoostLimit();
byte checkOilPressureLimit();
2022-04-09 16:07:21 -07:00
byte checkAFRLimit();