fome-fw/firmware/controllers/trigger/decoders
rusefillc b7f6c40847 https://rusefi.com/forum/viewtopic.php?f=5&t=2143 Suzuki G13B tooth pattern 2021-10-04 19:59:51 -04:00
..
readme.md https://rusefi.com/forum/viewtopic.php?f=5&t=2117 2021-09-11 23:42:05 -04:00
trigger_chrysler.cpp
trigger_chrysler.h
trigger_gm.cpp
trigger_gm.h
trigger_honda.cpp
trigger_honda.h
trigger_mazda.cpp miata NB1 is a weird half-VR/half-Hall sensor 2021-09-29 14:31:36 -04:00
trigger_mazda.h
trigger_misc.cpp https://rusefi.com/forum/viewtopic.php?f=5&t=2117 2021-09-12 13:58:03 -04:00
trigger_misc.h https://rusefi.com/forum/viewtopic.php?f=5&t=2117 2021-09-11 23:42:05 -04:00
trigger_mitsubishi.cpp
trigger_mitsubishi.h
trigger_nissan.cpp
trigger_nissan.h
trigger_renix.cpp
trigger_renix.h
trigger_rover.cpp
trigger_rover.h
trigger_structure.cpp https://rusefi.com/forum/viewtopic.php?f=5&t=2143 Suzuki G13B tooth pattern 2021-10-04 19:29:58 -04:00
trigger_structure.h
trigger_subaru.cpp fix (#3253) 2021-09-21 00:27:14 -04:00
trigger_subaru.h
trigger_suzuki.cpp https://rusefi.com/forum/viewtopic.php?f=5&t=2143 Suzuki G13B tooth pattern 2021-10-04 19:59:51 -04:00
trigger_suzuki.h https://rusefi.com/forum/viewtopic.php?f=5&t=2143 Suzuki G13B tooth pattern 2021-10-04 11:25:27 -04:00
trigger_toyota.cpp
trigger_toyota.h
trigger_universal.cpp
trigger_universal.h
trigger_vw.cpp
trigger_vw.h
triggers-meta.yaml

readme.md

Trigger Decoders

This folder is and should not be aware of engine.h or engine_configuration.h

Hints on adding new trigger

Step 1: add into rusefi_config.txt

Step 2: add into rusefi_enums.h, update TT_UNUSED, invoke gen_enum script

Step 3: get it working.

It's useful to un-comments AllTriggersFixture line in unit_tests/main.cpp

It's useful to add setVerboseTrigger(true) into unit tests while troubleshooting fresh trigger code