speeduino/speeduino/engineProtection.h

9 lines
202 B
C
Raw Normal View History

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