fome-fw/firmware/util
Matthew Kennedy 8ab4c5c765 Analog input filtering (#1680)
* improve biquad

* cleanup

* add filtering to subscriptions

* config sensors

* comment

* doesn't need to be that fast

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-21 19:47:12 -04:00
..
containers Configurable stoichiometric ratio (#1710) 2020-08-21 19:43:30 -04:00
math Analog input filtering (#1680) 2020-08-21 19:47:12 -04:00
cli_registry.cpp
cli_registry.h
common.h Some bit, unaligned and different endian access helpers (#1436) 2020-05-15 15:55:06 -04:00
datalogging.cpp Stack usage is still all over the place #1662 2020-08-02 11:39:20 -04:00
datalogging.h dead datalog code (#1439) 2020-05-16 00:11:52 -04:00
efilib.cpp TS SD integration #1653 2020-08-06 22:05:26 -04:00
efilib.h Gen config refactor 2 (#1560) 2020-07-02 12:33:31 -04:00
efitime.h
expected.h
histogram.c
histogram.h
loggingcentral.cpp TS SD integration #1653 2020-08-07 00:59:00 -04:00
loggingcentral.h
os_util.c
os_util.h
readme.md
rusefi_true.h
scaled_channel.h
util.mk Analog input filtering (#1680) 2020-08-21 19:47:12 -04: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.