rusefi-1/firmware/util
Matthew Kennedy 95b08c433f
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 Add fallback map table (#2248) 2021-01-31 17:19:06 -05:00
math Implement nonlinear fuel level sender (#2473) 2021-03-19 08:39:08 -04:00
cli_registry.cpp simplify confirmation (#2131) 2020-12-24 16:54:22 -05:00
cli_registry.h code style 2020-04-01 21:32:21 -04:00
common.h common.h: define MIN and MAX macro only if nod defined yet (#1896) 2020-10-22 08:41:44 -04:00
datalogging.cpp Remove lockAnyContext, replace with CriticalSectionLocker (#1938) 2020-11-19 06:56:02 -05:00
datalogging.h Implement nonlinear fuel level sender (#2473) 2021-03-19 08:39:08 -04:00
efilib.cpp round rpm instead of truncating (#2023) 2020-12-06 00:11:57 -05:00
efilib.h RAM efficiency of VR crank trigger shapes #2182 2021-01-04 22:13:59 -05:00
efitime.h Avoid float -> int64 conversion #1993 2020-12-03 10:31:16 -05:00
expected.h fix expected (#1754) 2020-09-03 14:56:55 -04:00
histogram.c
histogram.h code style 2020-04-01 21:32:21 -04:00
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 clang warnings again #2055 2020-12-11 12:50:10 -05:00
os_util.h clang warnings again #2055 2020-12-11 12:50:10 -05:00
readme.md
rusefi_true.h code style 2020-04-01 21:32:21 -04:00
scaled_channel.h Everything in lambda! (#1893) 2020-10-26 18:15:17 -04:00
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.