◆ doStartCranking()
Definition at line 19 of file start_stop.cpp.
19 {
21 if (!wasStarterEngaged) {
23 efiPrintf("Let's crank this engine for up to %d seconds via %s!",
26 }
27}
StartStopState startStopState
RegisteredOutputPin starterControl
bool getAndSet(int logicValue)
static Engine *const engine
static constexpr engine_configuration_s * engineConfiguration
const char * hwPortname(brain_pin_e brainPin)
Timer startStopStateLastPush
uint16_t startCrankingDuration
output_pin_e starterControlPin
Referenced by configureRusefiLuaHooks(), and onStartStopButtonToggle().
◆ initStartStopButton()
void initStartStopButton |
( |
| ) |
|
See test_start_stop.cpp
Definition at line 11 of file start_stop.cpp.
11 {
12
17}
ButtonDebounce startStopButtonDebounce
bool startRequestPinInverted
pin_input_mode_e startStopButtonMode
switch_input_pin_e startStopButtonPin
Go to the source code of this file.