mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Cleanup project structure. Update unit test Makefile to place object
files in obj/test
This commit is contained in:
parent
fb9e3a2358
commit
d19a5e7046
330 changed files with 657 additions and 638 deletions
8
src/main/flight/imu.h
Normal file
8
src/main/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