Rev 29 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 29 | Rev 30 | ||
---|---|---|---|
Line 69... | Line 69... | ||
69 | volatile uint8_t Tx_Idx = 0, Rx_Idx = 0; |
69 | volatile uint8_t Tx_Idx = 0, Rx_Idx = 0; |
Line 70... | Line 70... | ||
70 | 70 | ||
Line 71... | Line 71... | ||
71 | volatile uint8_t I2C_PrimRxBuffer[10]; |
71 | volatile uint8_t I2C_PrimRxBuffer[10]; |
72 | 72 | ||
73 | uint8_t NC_Connected = 0; |
73 | uint8_t NC_Connected = 0; |
74 | struct I2C_Heading_t I2C_Heading; |
74 | I2C_Heading_t I2C_Heading; |
75 | struct I2C_WriteAttitude_t I2C_WriteAttitude; |
75 | I2C_WriteAttitude_t I2C_WriteAttitude; |
76 | struct I2C_Mag_t I2C_Mag; |
76 | I2C_Mag_t I2C_Mag; |
Line 77... | Line 77... | ||
77 | struct I2C_Version_t I2C_Version; |
77 | I2C_Version_t I2C_Version; |
78 | struct I2C_WriteCal_t I2C_WriteCal; |
78 | I2C_WriteCal_t I2C_WriteCal; |