1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00

Update Programming Framework.md

This commit is contained in:
Roman Lut 2023-07-29 02:19:56 +03:00 committed by GitHub
parent 839709d6f0
commit 9580c39d27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,6 +86,7 @@ IPF can be edited using INAV Configurator user interface, or via CLI
| 49 | TIMER | A simple on - off timer. `true` for the duration of `Operand A` [ms]. Then `false` for the duration of `Operand B` [ms]. |
| 50 | DELTA | This returns `true` when the value of `Operand A` has changed by the value of `Operand B` or greater within 100ms. |
| 51 | APPROX_EQUAL | `true` if `Operand B` is within 1% of `Operand A`. |
| 52 | LED_PIN_PWM | Value 0...100 starts PWM generation on LED pin. See [LED pin PWM](LED%20pin%20PWM.md) Any other value stops PWM generation.|
### Operands