fome-fw/firmware/util
Matthew Kennedy a1647fd66e baro fully in sensor model (#3829)
* consumers and api

* dead test

* baro uses sensor model

* remove old (copy of?) map lookup logic

* I guess we don't need FastInterpolation any more?

* don't double init analog input
2022-01-23 09:42:11 -05:00
..
containers Autoscale all the things! (#3713) 2021-12-22 08:09:41 -05:00
math baro fully in sensor model (#3829) 2022-01-23 09:42:11 -05:00
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp
datalogging.h
efilib.cpp does this help? (#3795) 2022-01-16 08:55:40 -05:00
efilib.h itoa unit test, not a very detailed one 2022-01-03 03:31:57 -05:00
efitime.h Code style for methods with zero arguments #3535 2022-01-11 22:40:52 -05:00
expected.h
histogram.cpp
histogram.h
loggingcentral.cpp
loggingcentral.h
os_util.c
os_util.h
peak_detect.h
readme.md
scaled_channel.h
timer.cpp
timer.h
tinymt32.c
tinymt32.h
util.mk 2 byte table axis #3045 2021-12-19 23:23:33 -05:00

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.