rusefi-1/firmware/util
Matthew Kennedy 24224729a3
support autoscale on table axes (#3452)
* scale map Y axis

* allow different row/col types

* scaled channel detector

* interpolation

* looks like this actually works

* tests, no manual scaling

* comment
2021-11-03 19:53:26 -04:00
..
containers support autoscale on table axes (#3452) 2021-11-03 19:53:26 -04:00
math support autoscale on table axes (#3452) 2021-11-03 19:53:26 -04:00
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp
datalogging.h
efilib.cpp
efilib.h
efitime.h
expected.h
histogram.cpp
histogram.h
loggingcentral.cpp Lua CAN RX (#3403) 2021-10-24 08:37:04 -04:00
loggingcentral.h
os_util.c
os_util.h
peak_detect.h
readme.md
rusefi_true.h
scaled_channel.h support autoscale on table axes (#3452) 2021-11-03 19:53:26 -04:00
timer.cpp
timer.h
util.mk

readme.md

Util

In this folder we have all the tiny utility stuff.

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