mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Remove sensor_gyro.c's dependency on mw.h/board.h.
This commit is contained in:
parent
fbfb75b24a
commit
db9042757d
3 changed files with 16 additions and 9 deletions
|
@ -5,6 +5,5 @@ extern gyro_t gyro;
|
|||
extern sensor_align_e gyroAlign;
|
||||
|
||||
void gyroSetCalibrationCycles(uint16_t calibrationCyclesRequired);
|
||||
void gyroCommon(void);
|
||||
void gyroGetADC(void);
|
||||
void gyroGetADC(uint8_t gyroMovementCalibrationThreshold);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue