Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 700 → Rev 701

/branches/V0.68d Code Redesign killagreg/analog.h
4,19 → 4,19
#include <inttypes.h>
 
extern volatile int16_t UBat;
extern volatile int16_t AdValueGyrNick, AdValueGyrRoll, AdValueGyrGier;
extern volatile int16_t AdValueAccRoll, AdValueAccNick, AdValueAccTop;
extern volatile int16_t Current_Nick, Current_Roll, Current_Gier;
extern volatile int16_t AdValueGyrPitch, AdValueGyrRoll, AdValueGyrYaw;
extern volatile int16_t AdValueAccRoll, AdValueAccPitch, AdValueAccTop;
extern volatile int16_t Current_Pitch, Current_Roll, Current_Yaw;
extern volatile int16_t Current_AccX, Current_AccY, Current_AccZ;
extern volatile int32_t Luftdruck;
extern volatile int32_t AirPressure;
extern volatile int8_t messanzahl_Druck;
extern volatile uint16_t ZaehlMessungen;
extern uint8_t DruckOffsetSetting;
extern volatile int16_t HoeheD;
extern volatile uint16_t MessLuftdruck;
extern volatile int16_t StartLuftdruck;
extern volatile uint16_t ReadingAirPressure;
extern volatile int16_t StartAirPressure;
 
extern void SucheLuftruckOffset(void);
extern void SearchAirPressureOffset(void);
 
extern void ADC_Init(void);