|
|
@ -15,7 +15,7 @@ typedef enum { |
|
|
|
|
|
|
|
kboard_reset = CMDID(0, 0), // para:{}, ack:{}
|
|
|
|
|
|
|
|
kevent_bus_reg_change_report = CMDID(0, 100), // para:{}, ack:{}
|
|
|
|
kevent_bus_reg_change_report = CMDID(0, 100), // val{regindex, oldval, toval}
|
|
|
|
|
|
|
|
kmodule_ping = CMDID(1, 0), |
|
|
|
kmodule_get_status = CMDID(1, 4), |
|
|
@ -137,6 +137,7 @@ typedef enum { |
|
|
|
kpipette_write_cmd_direct = CMDID(0x72, 21), // para:{strbuf}, ack:{strbuf}
|
|
|
|
kpipette_get_sensor_sample_data = CMDID(0x72, 22), // para:{index} , ack:{motor_pos,cval,pval}
|
|
|
|
kpipette_get_sensor_sample_data_num = CMDID(0x72, 23), // para:{} , ack:{num}
|
|
|
|
kpipette_sensor_sample_data_report = CMDID(0x72, 50), // val{regindex, oldval, toval}
|
|
|
|
|
|
|
|
} cmdid_t; |
|
|
|
|
|
|
|