1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00
betaflight/src/flight_imu.h
Dominic Clifton 92f74ac0c2 Removing final dependency on board.h.
board.h is no-longer required.
2014-04-24 02:16:16 +01:00

8 lines
173 B
C

#pragma once
extern int32_t errorAltitudeI;
extern int32_t BaroPID;
extern int16_t throttleAngleCorrection;
int getEstimatedAltitude(void);
void computeIMU(void);