Rev 886 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 886 | Rev 911 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define _ANALOG_H |
2 | #define _ANALOG_H |
Line 3... | Line 3... | ||
3 | 3 | ||
Line 4... | Line 4... | ||
4 | #include <inttypes.h> |
4 | #include <inttypes.h> |
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 AdValueGyrNick, AdValueGyrRoll, AdValueGyrYaw; |
8 | extern volatile int16_t AdValueAccRoll, AdValueAccPitch, AdValueAccTop; |
8 | extern volatile int16_t AdValueAccRoll, AdValueAccNick, AdValueAccTop; |
9 | extern volatile int16_t 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; |