Read speed from CAN bus
This commit is contained in:
@ -132,6 +132,8 @@ typedef struct {
|
||||
float ts_current;
|
||||
float ts_voltage_bat;
|
||||
float ts_voltage_veh;
|
||||
|
||||
float speed;
|
||||
} VehicleState;
|
||||
|
||||
extern VehicleState vehicle_state;
|
||||
|
||||
Reference in New Issue
Block a user