rusefi-1/firmware/integration/trigger_state.txt

14 lines
208 B
Plaintext
Raw Normal View History

2019-06-29 19:44:30 -07:00
#define HW_EVENT_TYPES 6
2019-07-21 05:19:49 -07:00
struct_no_prefix define_constructor trigger_central_s
2019-06-29 19:44:30 -07:00
int[HW_EVENT_TYPES iterate] hwEventCounters;
2019-06-29 19:44:30 -07:00
2019-09-02 11:47:05 -07:00
int vvtCamCounter
2019-06-29 19:44:30 -07:00
2019-09-02 18:02:08 -07:00
int vvtEventRiseCounter
int vvtEventFallCounter
2019-06-29 19:44:30 -07:00
end_struct