fome-fw/firmware/controllers/engine_cycle
shadowm60 2d665e2c90 Launch control - experimental (#1816)
* Update tachometer.cpp

Initial implementation of E30 M3 Tach output solution #907, unit_test plus debugging next

* tacho unit tests

First successfull unit test for tachometer

* RAM adjustment so it would link

* refactoring tacho, broken!

* starting to make some progress...still fails after a few seconds

* Rework with SW PWM

* Update after code review

* unit_test update

* First working unit_test

* Update .gitignore

* Update engine_controller.cpp

* Update engine_controller.cpp

* Update tachometer.h

* Update test_tacho.cpp

* Switched UART DMA on

* Revert "Switched UART DMA on"

This reverts commit 4a23974c431e0e7fd760595d2161e74e6854897e.

* enable launch control

make use of already existent code + integration

* Delete compile_frankenso_all.sh

remove it since it is not part of the project

* Update main_trigger_callback.cpp

broke unit_Tests

Co-authored-by: rusefi <rusefi@users.noreply.github.com>
2020-09-22 16:25:27 -04:00
..
aux_valves.cpp refactoring 2020-09-03 19:29:15 -04:00
aux_valves.h
fuel_schedule.cpp
main_trigger_callback.cpp Launch control - experimental (#1816) 2020-09-22 16:25:27 -04:00
main_trigger_callback.h
map_averaging.cpp refactoring 2020-09-03 19:29:15 -04:00
map_averaging.h
readme.md
rpm_calculator.cpp better QC procedure 2020-09-19 04:57:07 -04:00
rpm_calculator.h fix broken master, inject engine ptr to rpmcalculator (#1759) 2020-09-05 18:49:42 -04:00
spark_logic.cpp remove tach output pin (#1779) 2020-09-09 16:52:23 -04:00
spark_logic.h

readme.md

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