rusefi-1/firmware/util
racer-coder 31539035b7
Create an interpolate3d function to match the interpolate2d, but for 3d tables. (#3459)
Remove some implicit C array to pointer conversions in Map3D by adding
(), *, and & where appropriate.  This allows us to remove getBinPtr.

Call interpolate3d from Map3d so there's no code duplication.
2021-11-04 14:07:37 -04:00
..
containers Create an interpolate3d function to match the interpolate2d, but for 3d tables. (#3459) 2021-11-04 14:07:37 -04:00
math Create an interpolate3d function to match the interpolate2d, but for 3d tables. (#3459) 2021-11-04 14:07:37 -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.