mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +03:00
Update Programming Framework.md
Just some spelling correction.
This commit is contained in:
parent
b4d23ea68c
commit
1e2aaecd07
1 changed files with 2 additions and 2 deletions
|
@ -222,13 +222,13 @@ Inverts ROLL and PITCH input when Logic Condition `0` evaluates as `true`. Movin
|
|||
|
||||
`logic 0 1 0 29 0 1000 0 0 0`
|
||||
|
||||
Sets Thhrottle output to `0%` when Logic Condition `0` evaluates as `true`
|
||||
Sets throttle output to `0%` when Logic Condition `0` evaluates as `true`
|
||||
|
||||
### Set throttle to 50% and keep other throttle bindings active
|
||||
|
||||
`logic 0 1 0 29 0 1500 0 0 0`
|
||||
|
||||
Sets Thhrottle output to about `50%` when Logic Condition `0` evaluates as `true`
|
||||
Sets throttle output to about `50%` when Logic Condition `0` evaluates as `true`
|
||||
|
||||
### Set throttle control to different RC channel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue