mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Add dshot command queue and limit max notch filter frequency
This commit is contained in:
parent
10ae62efed
commit
7859e6d540
8 changed files with 93 additions and 43 deletions
|
@ -237,6 +237,7 @@ void pwmStartDshotMotorUpdate(uint8_t motorCount);
|
|||
#endif
|
||||
void pwmCompleteDshotMotorUpdate(uint8_t motorCount);
|
||||
|
||||
void pwmDshotCommandQueueUpdate(void);
|
||||
bool pwmDshotCommandIsQueued(void);
|
||||
bool pwmDshotCommandIsProcessing(void);
|
||||
uint8_t pwmGetDshotCommand(uint8_t index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue