custom-board-bundle-sample-.../firmware/controllers/trigger/decoders
Scott Smith aec887efc8 Change users of MultiChannelStateSequence to use the API (#3524)
Better than reaching into members that should be private. I didn't feel like actually making
them private though, as one user validates pinStates isn't NULL.
2021-11-11 09:19:22 -05:00
..
readme.md https://rusefi.com/forum/viewtopic.php?f=5&t=2117 2021-09-11 23:42:05 -04:00
trigger_chrysler.cpp refactoring 2021-07-17 00:53:51 -04:00
trigger_chrysler.h 6.1 Hemi V8 decoder #2010 2020-12-04 00:30:22 -05:00
trigger_gm.cpp refactoring 2021-07-17 00:56:50 -04:00
trigger_gm.h GM/Daewoo 60/2/2/2 Trigger Pattern #2264 2021-02-01 23:44:14 -05:00
trigger_honda.cpp Honda K cam wheels #3405 2021-10-30 21:09:58 -04:00
trigger_honda.h Honda K cam wheels #3405 2021-10-24 17:12:19 -04:00
trigger_mazda.cpp miata NB1 is a weird half-VR/half-Hall sensor 2021-09-29 14:31:36 -04:00
trigger_mazda.h OMG dead code?! 2021-06-24 22:01:57 -04:00
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 TDC Trigger Position #2428 2021-03-08 00:00:48 -05:00
trigger_mitsubishi.h
trigger_nissan.cpp nissan MR18DE VVT cam pattern (#3466) 2021-11-05 15:33:22 -04:00
trigger_nissan.h nissan MR18DE VVT cam pattern (#3466) 2021-11-05 15:33:22 -04:00
trigger_renix.cpp
trigger_renix.h
trigger_rover.cpp removing dead code - initialize() sets 'true' already 2021-03-07 23:37:54 -05:00
trigger_rover.h
trigger_structure.cpp Change users of MultiChannelStateSequence to use the API (#3524) 2021-11-11 09:19:22 -05:00
trigger_structure.h Move phaseCount into MultiChannelStateSequence (#3520) 2021-11-10 19:47:27 -05:00
trigger_subaru.cpp fix (#3253) 2021-09-21 00:27:14 -04:00
trigger_subaru.h maybe this would just work? 2020-12-13 16:22:02 -05:00
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 Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
trigger_universal.h https://rusefi.com/forum/viewtopic.php?p=40383 2021-04-11 18:20:35 -04:00
trigger_vw.cpp Use pch in lots of files (#3066) 2021-07-26 01:05:17 -04:00
trigger_vw.h Trigger pattern request Škoda Favorit #2302 2021-02-06 20:12:58 -05:00
triggers-meta.yaml Refactoring, technical debt: export more of trigger attributes into triggers.txt file #2077 2021-04-30 01:05:23 -04:00

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