Rev 703 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 703 | Rev 711 | ||
---|---|---|---|
Line 7... | Line 7... | ||
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_Pitch, Current_Roll, Current_Yaw; |
9 | extern volatile int16_t Current_Pitch, Current_Roll, Current_Yaw; |
10 | extern volatile int16_t Current_AccX, Current_AccY, Current_AccZ; |
10 | extern volatile int16_t Current_AccX, Current_AccY, Current_AccZ; |
11 | extern volatile int32_t AirPressure; |
11 | extern volatile int32_t AirPressure; |
12 | extern volatile uint16_t ZaehlMessungen; |
12 | extern volatile uint16_t MeasurementCounter; |
13 | extern uint8_t DruckOffsetSetting; |
13 | extern uint8_t PressureSensorOffset; |
14 | extern volatile int16_t HightD; |
14 | extern volatile int16_t HightD; |
15 | extern volatile uint16_t ReadingAirPressure; |
15 | extern volatile uint16_t ReadingAirPressure; |
16 | extern volatile int16_t StartAirPressure; |
16 | extern volatile int16_t StartAirPressure; |
Line 17... | Line 17... | ||
17 | 17 |