Rev 1593 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1593 | Rev 1594 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | 18 | ||
19 | typedef struct |
19 | typedef struct |
20 | { |
20 | { |
21 | uint8_t SetPoint; // written by attitude controller |
21 | uint8_t SetPoint; // written by attitude controller |
22 | uint8_t Present; // 1 if BL was found |
22 | uint8_t Present; // 1 if BL was found |
23 | uint8_t Error; // I2C error counter |
23 | uint8_t Error; // I2C error counter |
24 | uint8_t Current; // read byck from BL |
24 | uint8_t Current; // read back from BL |
25 | uint8_t MaxPWM; // read back from BL |
25 | uint8_t MaxPWM; // read back from BL |
Line 26... | Line 26... | ||
26 | } __attribute__((packed)) MotorData_t; |
26 | } __attribute__((packed)) MotorData_t; |