fome-fw/firmware/controllers/trigger/decoders/readme.md

15 lines
441 B
Markdown
Raw Normal View History

# 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
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