Auto commit at 2025-06-18 13:57:51
This commit is contained in:
parent
c5021ee6bf
commit
967a861a10
@ -83,7 +83,7 @@ private:
|
|||||||
uint16_t gear = ch_data[5]; // 挡位
|
uint16_t gear = ch_data[5]; // 挡位
|
||||||
uint16_t sweep = ch_data[6]; // 清扫
|
uint16_t sweep = ch_data[6]; // 清扫
|
||||||
uint16_t dump = ch_data[7]; // 垃圾倾倒
|
uint16_t dump = ch_data[7]; // 垃圾倾倒
|
||||||
printf("sweep=%d\n", sweep);
|
printf("dump=%d\n", dump);
|
||||||
int16_t speed = ch_data[1] - 992; //[-800,800]
|
int16_t speed = ch_data[1] - 992; //[-800,800]
|
||||||
|
|
||||||
if (!initialized)
|
if (!initialized)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user