mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Loop synced to Gyro
Remove double MPU_RA_PWR_MGMT_1 Looptime to Gyro refresh rate disable 2khz when acc used for F3 Gyro sync code improvement doc change
This commit is contained in:
parent
07b9aceb7c
commit
26deeb8ff6
16 changed files with 162 additions and 30 deletions
|
@ -19,3 +19,4 @@
|
|||
|
||||
typedef void (*sensorInitFuncPtr)(void); // sensor init prototype
|
||||
typedef void (*sensorReadFuncPtr)(int16_t *data); // sensor read and align prototype
|
||||
typedef void (*sensorInterruptFuncPtr)(bool *data); // sensor read and align prototype
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue