This website requires JavaScript.
Explore
Help
Sign In
rusefi
/
wideband
mirror of
https://github.com/rusefi/wideband.git
Watch
1
Star
0
Fork
You've already forked wideband
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8397807cb2
wideband
/
firmware
/
heater_control.h
7 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
extract heater control
2020-10-30 01:53:54 -07:00
#
pragma once
heater too
2020-12-15 15:00:11 -08:00
#
include
<cstdint>
extract heater control
2020-10-30 01:53:54 -07:00
void
StartHeaterControl
(
)
;
add IsRunningClosedLoop
2020-10-31 14:54:50 -07:00
bool
IsRunningClosedLoop
(
)
;