Subversion Repositories FlightCtrl

Rev

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

Rev 1179 Rev 1180
Line 6... Line 6...
6
#include <inttypes.h>
6
#include <inttypes.h>
7
 
7
 
Line 8... Line 8...
8
#define TWI_STATE_MOTOR_TX                      0
8
#define TWI_STATE_MOTOR_TX                      0
-
 
9
#define TWI_STATE_GYRO_OFFSET_TX        7
-
 
10
 
9
#define TWI_STATE_GYRO_OFFSET_TX        7
11
extern volatile uint8_t twi_state;
-
 
12
 
-
 
13
#ifdef USE_QUADRO
-
 
14
extern uint8_t motor_rx[8];
-
 
15
#else
10
 
16
extern uint8_t motor_rx[16];
Line 11... Line 17...
11
extern volatile uint8_t twi_state;
17
#endif
12
extern volatile uint8_t motor_rx[8];
18
 
13
extern volatile uint16_t I2CTimeout;
19
extern volatile uint16_t I2CTimeout;