2021-05-22 12:10:58 -07:00
|
|
|
# Trigger Decoders
|
|
|
|
|
|
|
|
This folder is and should not be aware of engine.h or engine_configuration.h
|
2021-08-31 01:27:31 -07:00
|
|
|
|
|
|
|
# Hints on adding new trigger
|
|
|
|
|
|
|
|
Step 1: add into rusefi_config.txt
|
|
|
|
|
2021-09-11 20:42:05 -07:00
|
|
|
Step 2: add into rusefi_enums.h, update TT_UNUSED, invoke gen_enum script
|
2021-08-31 01:27:31 -07:00
|
|
|
|
|
|
|
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
|