rusefi-1/firmware/controllers/engine_cycle
Matthew Kennedy 988d9b138c
detect which cylinder knocked (#1732)
* s

* science

* set pin mode

* turn stuff off so it fits

* filtering maybe

* filtering actually works

* generate filter parameters internally

* shorter window

* guard behind enable flag

* use checked in filter

* add biquad reset

* tracing

* const

* exec order

* do it from a thread

* smaller buffer, comment

* configure with header

* only for proteus

* oops

* unused

* not needed

* guards

* pin config

* don't need that include

* precook filter steady state

* define sample rate

* multi cylinder knock

* TS

* only sense when running
2020-08-31 21:05:33 -04:00
..
aux_valves.cpp switch some firmware warnings to errors (#1465) 2020-05-23 10:46:28 -04:00
aux_valves.h happy new year 2020-01-08 00:02:40 -05:00
fuel_schedule.cpp refacto 2020-07-24 18:26:24 -07:00
main_trigger_callback.cpp A vague bug #1684 2020-08-08 20:57:42 -04:00
main_trigger_callback.h Fix 100% duty injection (#1431) 2020-05-14 07:44:32 -04:00
map_averaging.cpp VVT support for VAG trigger #883 2020-08-25 00:59:07 -04:00
map_averaging.h happy new year unification 2020-01-13 21:57:43 -05:00
readme.md
rpm_calculator.cpp VVT support for VAG trigger #883 2020-08-25 00:59:07 -04:00
rpm_calculator.h Simplify fuel math again (#1117) 2020-02-01 17:29:55 -05:00
spark_logic.cpp detect which cylinder knocked (#1732) 2020-08-31 21:05:33 -04:00
spark_logic.h Schedule sparks with scheduleByAngle (#1092) 2020-01-11 00:01:54 +03:00

readme.md

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