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" |
||
---|---|---|
.. | ||
aux_valves.cpp | ||
aux_valves.h | ||
fuel_schedule.cpp | ||
high_pressure_fuel_pump.cpp | ||
high_pressure_fuel_pump.h | ||
knock_logic.cpp | ||
knock_logic.h | ||
main_trigger_callback.cpp | ||
main_trigger_callback.h | ||
map_averaging.cpp | ||
map_averaging.h | ||
readme.md | ||
rpm_calculator.cpp | ||
rpm_calculator.h | ||
spark_logic.cpp | ||
spark_logic.h |
readme.md
Engine Cycle
Here we have logic related to engine contol activitied within each engine cycle: coils & injectors mostly.