mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Cleanup baro/mag/gyro/acc method names from old sensors.c
This commit is contained in:
parent
7e76fd6995
commit
9f26018abd
12 changed files with 38 additions and 43 deletions
|
@ -4,7 +4,7 @@ extern uint16_t acc_1G;
|
|||
extern gyro_t gyro;
|
||||
extern sensor_align_e gyroAlign;
|
||||
|
||||
void GYRO_SetCalibrationCycles(uint16_t calibrationCyclesRequired);
|
||||
void GYRO_Common(void);
|
||||
void Gyro_getADC(void);
|
||||
void gyroSetCalibrationCycles(uint16_t calibrationCyclesRequired);
|
||||
void gyroCommon(void);
|
||||
void gyroGetADC(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue