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:
parent
cb63f6e2b5
commit
92f74ac0c2
9 changed files with 83 additions and 199 deletions
8
src/flight_imu.h
Normal file
8
src/flight_imu.h
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue