Rev 23 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 23 | Rev 29 | ||
---|---|---|---|
Line 46... | Line 46... | ||
46 | struct I2C_Heading_t |
46 | struct I2C_Heading_t |
47 | { |
47 | { |
48 | int16_t Heading; |
48 | int16_t Heading; |
49 | } ; |
49 | } ; |
Line -... | Line 50... | ||
- | 50 | ||
- | 51 | extern uint8_t NC_Connected; |
|
- | 52 | extern struct I2C_Heading_t I2C_Heading; |
|
- | 53 | extern struct I2C_WriteAttitude_t I2C_WriteAttitude; |
|
- | 54 | extern struct I2C_Mag_t I2C_Mag; |
|
- | 55 | extern struct I2C_Version_t I2C_Version; |
|
Line 50... | Line -... | ||
50 | - | ||
51 | - | ||
52 | struct I2C_Heading_t I2C_Heading; |
- | |
53 | struct I2C_WriteAttitude_t I2C_WriteAttitude; |
- | |
54 | struct I2C_Mag_t I2C_Mag; |
- | |
Line 55... | Line 56... | ||
55 | struct I2C_Version_t I2C_Version; |
56 | extern struct I2C_WriteCal_t I2C_WriteCal; |
Line 56... | Line 57... | ||
56 | struct I2C_WriteCal_t I2C_WriteCal; |
57 |