Subversion Repositories FlightCtrl

Rev

Rev 1612 | Rev 1947 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1612 Rev 1775
Line 20... Line 20...
20
  uint8_t Current;  // read byck from BL
20
  uint8_t Current;  // read byck from BL
21
  uint8_t MaxPWM;   // read back from BL
21
  uint8_t MaxPWM;   // read back from BL
22
} __attribute__((packed)) MotorData_t;
22
} __attribute__((packed)) MotorData_t;
Line 23... Line 23...
23
 
23
 
24
#define MAX_MOTORS      12
24
#define MAX_MOTORS      12
Line 25... Line 25...
25
extern MotorData_t Motor[MAX_MOTORS];
25
extern MotorData_t motor[MAX_MOTORS];
Line 26... Line 26...
26
 
26
 
27
extern volatile uint16_t I2CTimeout;
27
extern volatile uint16_t I2CTimeout;