Rev 1539 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1539 | Rev 1593 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | 16 | ||
Line 17... | Line 17... | ||
17 | #define MAX_MOTORS 12 |
17 | #define MAX_MOTORS 12 |
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; // 0 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 byck from BL |