rusefi-1/firmware/controllers/trigger/trigger_central.txt

16 lines
432 B
Plaintext
Raw Normal View History

#define HW_EVENT_TYPES 6
2019-09-03 16:30:51 -07:00
struct_no_prefix trigger_central_s
2019-09-03 16:30:51 -07:00
int[HW_EVENT_TYPES iterate] hwEventCounters;Hardware events since boot
2019-09-03 16:30:51 -07:00
int vvtCamCounter
float autoscale mapVvt_MAP_AT_SPECIAL_POINT;;"", 1, 0, -10000, 10000, 3
float autoscale mapVvt_MAP_AT_DIFF;;"", 1, 0, -10000, 10000, 3
uint8_t mapVvt_MAP_AT_CYCLE_COUNT;;"", 1, 0, -10000, 10000, 3
uint8_t mapVvt_map_peak;;"", 1, 0, -10000, 10000, 3
2019-09-03 16:30:51 -07:00
end_struct