91d4844e38
* Extract time helpers from engine_controller_misc to efitime.cpp * Rename currentTimeMillis() to getTimeNowMs() We have getTimeNowNt(), getTimeNowUs(), currentTimeMillis() and getTimeNowSeconds() Align a bit. find . -type f -name '*.c*' -exec sed -i 's/currentTimeMillis/getTimeNowMs/g' {} \; * Rename getTimeNowSeconds() to getTimeNowS() To align with Nt, Us, Ms versions. * Some comments about getTimeNowLowerNt() |
||
---|---|---|
.. | ||
lcd_controller.cpp | ||
lcd_controller.h | ||
lcd_menu_tree.cpp | ||
lcd_menu_tree.h | ||
malfunction_central.cpp | ||
malfunction_central.h | ||
malfunction_indicator.cpp | ||
malfunction_indicator.h | ||
readme.md | ||
tachometer.cpp | ||
tachometer.h |
readme.md
Gauges
This folder has code related to communication with the human behind the steering wheel: tachometer, check engine light, LCD etc etc.