fome-fw/firmware/controllers/math
Matthew Kennedy d5f9479f28
ObdCode is enum class (#77)
* change ObdCode to enum class builds firmware

* test builds

* don't need this line at all

* can we go down to uint16_t?
2023-04-12 23:44:33 -07:00
..
README
closed_loop_fuel.cpp
closed_loop_fuel.h
closed_loop_fuel_cell.cpp
closed_loop_fuel_cell.h
engine_math.cpp ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
engine_math.h rename obd_code_e -> ObdCode 2023-04-11 16:32:47 -07:00
math.mk
pid_auto_tune.cpp
pid_auto_tune.h
speed_density.cpp ObdCode is enum class (#77) 2023-04-12 23:44:33 -07:00
speed_density.h
throttle_model.cpp throttle model gets real max engine flow 2023-03-16 01:11:19 -07:00
throttle_model.h convert throttle model to g/s instead of kg/s 2023-03-16 01:19:03 -07:00
throttle_model.txt convert throttle model to g/s instead of kg/s 2023-03-16 01:19:03 -07:00
throttle_model_generated.h Auto-generated configs and docs 2023-03-27 08:38:48 +00:00

README

This directory contains the core calculations for engine operation.