|
rusEFI
The most advanced open source ECU
|
Definition in file allsensors.cpp.
Functions | |
| void | initSensors () |
| bool | getAcToggle () |
| bool | hasAcToggle () |
Variables | |
| ButtonDebounce | acDebounce ("ac_switch") |
| bool getAcToggle | ( | ) |
Definition at line 19 of file allsensors.cpp.
Referenced by Engine::updateSwitchInputs().


| bool hasAcToggle | ( | ) |
Definition at line 23 of file allsensors.cpp.
Referenced by Engine::updateSwitchInputs().


| void initSensors | ( | ) |
Definition at line 14 of file allsensors.cpp.
Referenced by commonInitEngineController().


| ButtonDebounce acDebounce("ac_switch") | ( | "ac_switch" | ) |
Referenced by getAcToggle(), and initSensors().