mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-14 11:59:56 +03:00
PID Progrsmming Framework pt1
This commit is contained in:
parent
cb1dd8d039
commit
fa077fa186
4 changed files with 72 additions and 0 deletions
|
@ -27,7 +27,9 @@
|
|||
FILE_COMPILE_FOR_SIZE
|
||||
|
||||
#include "programming/logic_condition.h"
|
||||
#include "programming/pid.h"
|
||||
|
||||
void programmingFrameworkUpdateTask(timeUs_t currentTimeUs) {
|
||||
programmingPidUpdateTask(currentTimeUs);
|
||||
logicConditionUpdateTask(currentTimeUs);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue