fome-fw/firmware/hw_layer/sensors
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
..
accelerometer.cpp Brain pin is enum class (#4108) 2022-04-28 17:32:39 -04:00
accelerometer.h
cj125.cpp unconditional VVT PID logging 2022-08-17 00:47:31 -04:00
cj125.h
cj125.md
cj125_logic.cpp
cj125_logic.h
gps_uart.cpp time routines refactor (#4563) 2022-09-11 13:06:03 -04:00
gps_uart.h
hip9011.cpp
hip9011.h
hip9011_logic.cpp
hip9011_logic.h
joystick.cpp
joystick.h
lps25.cpp
lps25.h
max31855.cpp better method name 2022-08-22 18:07:59 -04:00
max31855.h better method name 2022-08-22 18:07:59 -04:00
sensors.mk
yaw_rate_sensor.cpp
yaw_rate_sensor.h