mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Further work on multiple gyro support
This commit is contained in:
parent
a518531c3f
commit
4be1e31d01
6 changed files with 124 additions and 144 deletions
|
@ -73,7 +73,7 @@ struct mpuConfiguration_s;
|
|||
const struct mpuConfiguration_s *gyroMpuConfiguration(void);
|
||||
struct mpuDetectionResult_s;
|
||||
const struct mpuDetectionResult_s *gyroMpuDetectionResult(void);
|
||||
void gyroSetCalibrationCycles(void);
|
||||
void gyroStartCalibration(void);
|
||||
bool isGyroCalibrationComplete(void);
|
||||
void gyroReadTemperature(void);
|
||||
int16_t gyroGetTemperature(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue