rusEFI
The most advanced open source ECU
Data Structures | Functions
start_stop.h File Reference

Data Structures

struct  StartStopState
 

Functions

void initStartStopButton ()
 

Function Documentation

◆ initStartStopButton()

void initStartStopButton ( )

See test_start_stop.cpp

Definition at line 11 of file start_stop.cpp.

11  {
12  /* startCrankingDuration is efitimesec_t, so we need to multiply it by 1000 to get milliseconds*/
17 }
void init(efitimems_t threshold, brain_pin_e &pin, pin_input_mode_e &mode, bool inverted=false)
Definition: debounce.cpp:23
StartStopState startStopState
Definition: engine.h:94
Engine * engine
engine_configuration_s * engineConfiguration
ButtonDebounce startStopButtonDebounce
Definition: start_stop.h:6

Go to the source code of this file.