fome-fw/firmware/controllers/gauges
Andrey G 1ca5988877 time routines refactor (#4563)
* 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()
2022-09-11 13:06:03 -04:00
..
lcd_controller.cpp time routines refactor (#4563) 2022-09-11 13:06:03 -04:00
lcd_controller.h
lcd_menu_tree.cpp
lcd_menu_tree.h
malfunction_central.cpp
malfunction_central.h
malfunction_indicator.cpp os_access.h dead? 2022-09-07 15:56:45 -04:00
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.