Subversion Repositories FlightCtrl

Rev

Rev 942 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 942 Rev 943
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
9
#define TWI_STATE_GYRO_OFFSET_TX        7
10
 
10
 
Line 11... Line 11...
11
extern volatile uint8_t twi_state;
11
extern volatile uint8_t twi_state;
12
extern volatile uint8_t motor_rx[8];
12
extern volatile uint8_t motor_rx[2*MOTOR_COUNT];
13
extern volatile uint16_t I2CTimeout;
13
extern volatile uint16_t I2CTimeout;