rusefi/firmware/util
Matthew Kennedy f1f64bd3e5
add timer since last trigger tooth (#2004)
* add elapsed time to timer

* store trigger time

* fsio method

* don't do a 64b divide

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-12-03 11:13:45 -05:00
..
containers
math
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp
datalogging.h
efilib.cpp
efilib.h
efitime.h
expected.h
histogram.c
histogram.h
loggingcentral.cpp
loggingcentral.h
os_util.c
os_util.h
readme.md
rusefi_true.h
scaled_channel.h
timer.cpp add timer since last trigger tooth (#2004) 2020-12-03 11:13:45 -05:00
timer.h add timer since last trigger tooth (#2004) 2020-12-03 11:13:45 -05:00
util.mk

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.