823d9a07e0
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g" git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g" |
||
---|---|---|
.. | ||
README | ||
closed_loop_fuel.cpp | ||
closed_loop_fuel.h | ||
closed_loop_fuel_cell.cpp | ||
closed_loop_fuel_cell.h | ||
engine_math.cpp | ||
engine_math.h | ||
math.mk | ||
pid_auto_tune.cpp | ||
pid_auto_tune.h | ||
speed_density.cpp | ||
speed_density.h |
README
This directory contains the core calculations for engine operation.