GDI fields
This commit is contained in:
parent
0c783f2bbd
commit
5c01179e25
|
@ -1289,15 +1289,15 @@ uint8_t[4] unusuedsw;
|
|||
|
||||
gppwm_channel[GPPWM_CHANNELS iterate] gppwm;
|
||||
|
||||
uint16_t mc33_i_boost;
|
||||
uint16_t mc33_i_peak;
|
||||
uint16_t mc33_i_hold;
|
||||
uint16_t mc33_t_max_boost;
|
||||
uint16_t mc33_t_peak_off;
|
||||
uint16_t mc33_t_peak_tot;
|
||||
uint16_t mc33_t_bypass;
|
||||
uint16_t mc33_t_hold_off;
|
||||
uint16_t mc33_t_hold_tot;
|
||||
uint16_t mc33_i_boost;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_i_peak;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_i_hold;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_max_boost;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_peak_off;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_peak_tot;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_bypass;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_hold_off;;"X", 1, 0.0, 0, 64000, 0
|
||||
uint16_t mc33_t_hold_tot;;"X", 1, 0.0, 0, 64000, 0
|
||||
|
||||
! just a reminder that 'int' and 'float' are 4 bytes each
|
||||
int[371] mainUnusedEnd;
|
||||
|
|
|
@ -1830,6 +1830,15 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = mc33816_flag0, mc33816_flag0
|
||||
field = "mc33972 SPI", mc33972spiDevice
|
||||
field = mc33_hvolt, mc33_hvolt
|
||||
field = mc33_i_boost, mc33_i_boost
|
||||
field = mc33_i_peak, mc33_i_peak
|
||||
field = mc33_i_hold, mc33_i_hold
|
||||
field = mc33_t_max_boost, mc33_t_max_boost
|
||||
field = mc33_t_peak_off, mc33_t_peak_off
|
||||
field = mc33_t_peak_tot, mc33_t_peak_tot
|
||||
field = mc33_t_bypass, mc33_t_bypass
|
||||
field = mc33_t_hold_off, mc33_t_hold_off
|
||||
field = mc33_t_hold_tot, mc33_t_hold_tot
|
||||
|
||||
|
||||
; Sensor Inputs
|
||||
|
|
Loading…
Reference in New Issue