This website requires JavaScript.
Explore
Help
Sign In
rusefi
/
rusefi-full
mirror of
https://github.com/rusefi/rusefi-full.git
Watch
1
Star
0
Fork
You've already forked rusefi-full
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3b1b5c085e
rusefi-full
/
firmware
/
controllers
/
start_stop.h
7 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
switch start/stop to ButtonDebounce (#1777)
2020-09-09 00:22:15 -07:00
#
pragma once
#
include
"debounce.h"
#
include
"globalaccess.h"
remove engine pointer passing (#3556) * some * more * more * the last?!
2021-11-16 01:15:29 -08:00
void
initStartStopButton
(
)
;