fome-fw/firmware/util
Matthew Kennedy 5e6746c3aa Implement nonlinear fuel level sender (#2473)
* table function

* config fields

* sensor type

* switch consumers

* init the sensor

* ui

* 1mv resolution

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-03-19 08:39:08 -04:00
..
containers
math Implement nonlinear fuel level sender (#2473) 2021-03-19 08:39:08 -04:00
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp
datalogging.h Implement nonlinear fuel level sender (#2473) 2021-03-19 08:39:08 -04:00
efilib.cpp
efilib.h
efitime.h
expected.h
histogram.c
histogram.h
loggingcentral.cpp type signature, guards 2021-03-15 17:11:11 -04:00
loggingcentral.h type signature, guards 2021-03-15 17:11:11 -04:00
os_util.c
os_util.h
readme.md
rusefi_true.h
scaled_channel.h
timer.cpp virtual zero timer (#2426) 2021-03-07 15:32:41 -05:00
timer.h test_timer 2021-03-12 00:43:48 -05:00
util.mk error accumulator (#2434) 2021-03-08 07:40:46 -05:00

readme.md

In this folder we have all the tiny utility stuff.

Ideally, code from this folder should not depend on code from any other folder.