Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 1.51 KB

logical-switch-function-constants.md

File metadata and controls

29 lines (26 loc) · 1.51 KB
description
These constants are used with logical switch functions.

Logical Switch Function Constants

Constant name Logical switch function
LS_FUNC_NONE -
LS_FUNC_VEQUAL a = x
LS_FUNC_VALMOSTEQUAL a ~ x
LS_FUNC_VPOS a > x
LS_FUNC_VNEG a < x
LS_FUNC_RANGE
LS_FUNC_APOS a > |x|
LS_FUNC_ANEG a < |x|
LS_FUNC_AND AND
LS_FUNC_OR OR
LS_FUNC_XOR XOR
LS_FUNC_EDGE Edge
LS_FUNC_EQUAL a = b
LS_FUNC_GREATER a > b
LS_FUNC_LESS a < b
LS_FUNC_DIFFEGREATER ∆ ≥ x
LS_FUNC_ADIFFEGREATER |∆| ≥ x
LS_FUNC_TIMER Timer
LS_FUNC_STICKY Sticky

For detailed function explanation see Logiacal Switches functions in EdgeTX manual.