1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Removing final dependency on board.h.

board.h is no-longer required.
This commit is contained in:
Dominic Clifton 2014-04-24 02:12:47 +01:00
parent cb63f6e2b5
commit 92f74ac0c2
9 changed files with 83 additions and 199 deletions

8
src/flight_imu.h Normal file
View file

@ -0,0 +1,8 @@
#pragma once
extern int32_t errorAltitudeI;
extern int32_t BaroPID;
extern int16_t throttleAngleCorrection;
int getEstimatedAltitude(void);
void computeIMU(void);