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
410391598e
rusefi-full
/
firmware
/
init
/
init.h
8 lines
59 B
C
Raw
Normal View
History
Unescape
Escape
fixing build
2019-09-21 12:33:13 -07:00
/**
*
@
file
init
.
h
*/
add sensor framework, tests (#929) * add framework, tests * move oil pressure to new way * add init logic * brackets on the same line * spaces -> tabs * spaces -> tabs for tests * bracket on same line * hook up sensor mocking * add nan check * fix nan check * I wrote an essay * casing * only init if we have a sensor to init * style, actually call init * format * fix casing * typo * implement linear sensor * wire up producer * smarter limiting * setup comments * add reporting * doxyfile * oops * add adc subscription * clarity * fix logic * multiply voltage * test styling * test guards * remove dependencies * linear sensor test * remove unused * fix merge * format, implicit convert op * explicit * format tests * fix merge
2019-09-21 11:33:38 -07:00
#
pragma once
void
initSensors
(
)
;