mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Interrupt/DMA driven SX1280 interaction for ELRS
This commit is contained in:
parent
7b4415f062
commit
fc8640154a
39 changed files with 1003 additions and 438 deletions
|
@ -82,6 +82,7 @@ void updateArmingStatus(void);
|
|||
void taskGyroSample(timeUs_t currentTimeUs);
|
||||
bool gyroFilterReady(void);
|
||||
bool pidLoopReady(void);
|
||||
bool rxFrameReady(void);
|
||||
void taskFiltering(timeUs_t currentTimeUs);
|
||||
void taskMainPidLoop(timeUs_t currentTimeUs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue