mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-20 23:05:17 +03:00
Updates with tested code and docs
Fixed typo Updated document Finished & tested LCs for: - Delay - Timer - Delta - Approx. Equal
This commit is contained in:
parent
026e40c297
commit
10dc8d91dc
3 changed files with 29 additions and 17 deletions
|
@ -193,6 +193,7 @@ PG_DECLARE_ARRAY(logicCondition_t, MAX_LOGIC_CONDITIONS, logicConditions);
|
|||
|
||||
typedef struct logicConditionState_s {
|
||||
int value;
|
||||
int32_t lastValue;
|
||||
uint8_t flags;
|
||||
timeMs_t timeout;
|
||||
} logicConditionState_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue