Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 749 → Rev 750

/branches/V0.68d Code Redesign killagreg/analog.h
6,7 → 6,6
extern volatile int16_t UBat;
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 AirPressure;
extern volatile uint16_t MeasurementCounter;