fome-fw/firmware/controllers/engine_cycle
Matthew Kennedy 094fc6b8d3 Delete knock window start, always start at spark firing 2025-04-07 13:05:21 -07:00
..
fuel_schedule.cpp Adjust fuel qty for mode at the last minute (#554) 2025-02-14 10:05:45 -08:00
fuel_schedule.h Control injectors with a mask rather than pointers (#551) 2025-02-13 17:54:42 -08:00
high_pressure_fuel_pump.cpp put injection mass inside OneCylinder 2025-01-18 02:42:51 -08:00
high_pressure_fuel_pump.h int rpm -> float rpm 2024-09-25 00:20:18 -07:00
high_pressure_fuel_pump.txt Too long field comment becomes log field name #4716 2022-11-01 17:31:47 -04:00
high_pressure_fuel_pump_generated.h Auto-generated configs and docs 2024-01-19 12:02:28 +00:00
knock_controller.cpp Delete knock window start, always start at spark firing 2025-04-07 13:05:21 -07:00
knock_controller.txt indicators for knock fix #547 2025-02-03 23:42:21 -08:00
knock_controller_generated.h Auto-generated configs and docs 2025-02-04 07:43:37 +00:00
knock_logic.h indicators for knock fix #547 2025-02-03 23:42:21 -08:00
main_trigger_callback.cpp Remove stack checks (#558) 2025-02-18 17:33:24 -08:00
main_trigger_callback.h Control injectors with a mask rather than pointers (#551) 2025-02-13 17:54:42 -08:00
prime_injection.cpp Control injectors with a mask rather than pointers (#551) 2025-02-13 17:54:42 -08:00
prime_injection.h Allow scheduling_s to come from a pool (#4841) 2022-12-10 17:55:51 -05:00
readme.md Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00
rpm_calculator.cpp Remove sensor chart (#568) 2025-03-07 03:28:29 -08:00
rpm_calculator.h enum class-ify TriggerEvent 2024-12-12 15:37:14 -08:00
rpm_calculator_api.h inline method to reduce confusion 2022-09-14 01:34:52 -04:00
spark_logic.cpp calculate spark timing last minute rather than storing it (#555) 2025-03-11 19:35:18 -07:00
spark_logic.h don't do fancy features when spark fired by overdwell protect 2025-02-13 23:16:40 -08:00

readme.md

Engine Cycle

Here we have logic related to engine contol activitied within each engine cycle: coils & injectors mostly.