fome-fw/firmware/controllers/trigger/trigger_central.txt

18 lines
512 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
2022-09-01 07:06:00 -07:00
float autoscale currentEngineDecodedPhase;Engine Phase;"deg",1, 0, 0, 0, 0
2019-09-03 16:30:51 -07:00
end_struct