mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +03:00
docs/Programming framework: Fix typo, add examples
This commit is contained in:
parent
9c32094f5e
commit
07533c29c2
3 changed files with 8 additions and 1 deletions
|
@ -11,7 +11,7 @@ INAV Programming Framework coinsists of:
|
|||
* Global Variables - variables that can store values from and for LogiC Conditions and servo mixer
|
||||
* Programming PID - general purpose, user configurable PID controllers
|
||||
|
||||
IPF can be edited using INAV Configurator user interface, of via CLI
|
||||
IPF can be edited using INAV Configurator user interface, or via CLI
|
||||
|
||||
## Logic Conditions
|
||||
|
||||
|
@ -226,6 +226,13 @@ All flags are reseted on ARM and DISARM event.
|
|||
|
||||
## Examples
|
||||
|
||||
### When more than 100 meters away, increase VTX power
|
||||

|
||||
|
||||
### When more than 600 meters away, engage return-to-home by setting the matching RC channel
|
||||

|
||||
|
||||
|
||||
### Dynamic THROTTLE scale
|
||||
|
||||
`logic 0 1 0 23 0 50 0 0 0`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue