This commit is contained in:
Andrey 2023-05-13 13:51:22 -04:00
parent a0408549f5
commit da1f4f25c3
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ void configureHondaCbr600(TriggerWaveform *s) {
s->addEvent720(720.0f, TriggerValue::RISE, TriggerWheel::T_PRIMARY); s->addEvent720(720.0f, TriggerValue::RISE, TriggerWheel::T_PRIMARY);
} }
// todo: what is this 1+16 trigger about? should it have been defined as skipped + cam or else?
void configureOnePlus16(TriggerWaveform *s) { void configureOnePlus16(TriggerWaveform *s) {
s->initialize(FOUR_STROKE_CAM_SENSOR, SyncEdge::RiseOnly); s->initialize(FOUR_STROKE_CAM_SENSOR, SyncEdge::RiseOnly);