#include <stdint.h>
#include <Arduino.h>
Go to the source code of this file.
◆ SyncStatus
The decoder trigger status.
| Enumerator |
|---|
| None | No trigger pulses are being received. Either loss of sync or engine has stopped
|
| Partial | Primary & secondary triggers are configured, but we are only receiving pulses from the primary. Not a valid state if no secondary trigger is configured
|
| Full | We are receiving pulses from both primary & secondary (where specified) triggers
|
◆ TRIGGER_EDGE_NONE
This constant represents no trigger edge.