Rev 761 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 761 | Rev 818 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | #include <inttypes.h> |
4 | #include <inttypes.h> |
Line 5... | Line 5... | ||
5 | 5 | ||
6 | extern volatile int16_t UBat; |
6 | extern volatile int16_t UBat; |
7 | extern volatile int16_t AdValueGyrPitch, AdValueGyrRoll, AdValueGyrYaw; |
7 | extern volatile int16_t AdValueGyrPitch, AdValueGyrRoll, AdValueGyrYaw; |
8 | extern volatile int16_t AdValueAccRoll, AdValueAccPitch, AdValueAccTop; |
8 | extern volatile int16_t AdValueAccRoll, AdValueAccPitch, AdValueAccTop; |
9 | extern volatile int16_t Current_AccX, Current_AccY, Current_AccZ; |
9 | extern volatile int16_t Current_AccZ; |
10 | extern volatile int32_t AirPressure; |
10 | extern volatile int32_t AirPressure; |
11 | extern volatile uint16_t MeasurementCounter; |
11 | extern volatile uint16_t MeasurementCounter; |
12 | extern uint8_t PressureSensorOffset; |
12 | extern uint8_t PressureSensorOffset; |
13 | extern volatile int16_t HeightD; |
13 | extern volatile int16_t HeightD; |