Rev 1227 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1227 | Rev 1594 | ||
---|---|---|---|
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 back from BL |
Line 25... | Line 25... | ||
25 | uint8_t MaxPWM; // read back from BL |
25 | uint8_t MaxPWM; // read back from BL |