fix L R serialfeedback order
This commit is contained in:
parent
fc5f5a26ca
commit
1a07dd05aa
|
@ -68,10 +68,10 @@ typedef struct{
|
||||||
uint16_t start;
|
uint16_t start;
|
||||||
int16_t cmd1;
|
int16_t cmd1;
|
||||||
int16_t cmd2;
|
int16_t cmd2;
|
||||||
int16_t speedR;
|
|
||||||
int16_t speedL;
|
int16_t speedL;
|
||||||
int16_t speedR_meas;
|
int16_t speedR;
|
||||||
int16_t speedL_meas;
|
int16_t speedL_meas;
|
||||||
|
int16_t speedR_meas;
|
||||||
int16_t batVoltage;
|
int16_t batVoltage;
|
||||||
int16_t boardTemp;
|
int16_t boardTemp;
|
||||||
int16_t curL_DC;
|
int16_t curL_DC;
|
||||||
|
|
Loading…
Reference in New Issue