rusEFI
The most advanced open source ECU
start_stop.h
Go to the documentation of this file.
1 // file start_stop.h
2 
3 #pragma once
4 
5 struct StartStopState {
9 
10  bool isFirstTime = true;
11 
12 };
13 
14 void initStartStopButton();
void initStartStopButton()
Definition: start_stop.cpp:11
Timer timeSinceIgnitionPower
Definition: start_stop.h:7
bool isFirstTime
Definition: start_stop.h:10
ButtonDebounce startStopButtonDebounce
Definition: start_stop.h:6
Timer startStopStateLastPush
Definition: start_stop.h:8