Speeduino
Loading...
Searching...
No Matches
engineProtection.h
Go to the documentation of this file.
1
2#define HARD_REV_FIXED 1
3#define HARD_REV_COOLANT 2
4
5byte checkEngineProtect(void);
6byte checkRevLimit(void);
7byte checkBoostLimit(void);
8byte checkOilPressureLimit(void);
9byte checkAFRLimit(void);
byte checkAFRLimit(void)
Definition engineProtection.cpp:126
byte checkEngineProtect(void)
Definition engineProtection.cpp:8
byte checkBoostLimit(void)
Definition engineProtection.cpp:54
byte checkRevLimit(void)
Definition engineProtection.cpp:19
byte checkOilPressureLimit(void)
Definition engineProtection.cpp:95