We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e3ab3 commit cab26d5Copy full SHA for cab26d5
datatypes.h
@@ -55,12 +55,12 @@ typedef struct {
55
int16_t duty_cycle; // Div/1000
56
int16_t motor_current; // Div/10
57
int16_t battery_current; // Div/10
58
- uint16_t watt_hours; // Div/100
+ uint16_t not_used2; //NOTE: padding
59
60
uint16_t watt_hours_regen; // Div/100
61
uint8_t fault;
62
uint8_t not_used; //NOTE: padding
63
- uint32_t not_used2; //NOTE: padding
+ uint32_t watt_hours; // Div/100
64
65
int32_t e_rpm;
66
uint32_t e_distance;
0 commit comments