mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Mag scheduling improvements (#13166)
* Improved QMC driver, scheduled silent interval * add ODR to drivers and use it to set the quiet period * add MAG_TASK_RATE debug for testing * don't do a read if the bus is busy - thanks, Petr * refactoring and simplification, thanks to Steve --------- Co-authored-by: Steve Evans <SteveCEvans@users.noreply.github.com>
This commit is contained in:
parent
cafe727f3a
commit
a8834ad14b
12 changed files with 79 additions and 44 deletions
|
@ -31,7 +31,6 @@
|
|||
#include "cms/cms.h"
|
||||
|
||||
#include "common/color.h"
|
||||
#include "common/time.h"
|
||||
#include "common/utils.h"
|
||||
|
||||
#include "config/feature.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue