|
|
@ -87,15 +87,15 @@ public enum CmdId { |
|
|
|
read_out_io_index_in_stm32(0x4005, "READ_OUT_IO_INDEX_IN_STM32"), |
|
|
|
read_out_io(0x4006, "READ_OUT_IO"), |
|
|
|
|
|
|
|
tricolor_light_on(0x110001, "TRICOLOR_LIGHT_ON"), |
|
|
|
tricolor_light_off(0x110002, "TRICOLOR_LIGHT_OFF"), |
|
|
|
tricolor_light_on(0x5101, "TRICOLOR_LIGHT_ON"), |
|
|
|
tricolor_light_off(0x5102, "TRICOLOR_LIGHT_OFF"), |
|
|
|
|
|
|
|
pwm_light_on(0x012001, "PWM_LIGHT_ON"), |
|
|
|
pwm_light_off(0x120002, "PWM_LIGHT_OFF"), |
|
|
|
pwm_light_on(0x5201, "PWM_LIGHT_ON"), |
|
|
|
pwm_light_off(0x5202, "PWM_LIGHT_OFF"), |
|
|
|
|
|
|
|
adc_enable_log(0x130001, "ADC_ENABLE_LOG"), |
|
|
|
adc_read_adc(0x130002, "ADC_READ_ADC"), |
|
|
|
adc_read_multi_adc(0x130003, "ADC_READ_MULTI_ADC"), |
|
|
|
adc_enable_log(0x05301, "ADC_ENABLE_LOG"), |
|
|
|
adc_read_adc(0x05302, "ADC_READ_ADC"), |
|
|
|
adc_read_multi_adc(0x05303, "ADC_READ_MULTI_ADC"), |
|
|
|
; |
|
|
|
|
|
|
|
public final static int ATTACH_IS_BYTES = 1; |
|
|
|