class.edge - moduleus/urx GitHub Wiki

Edge

Parameters

UAC URX Parameter Value Description
UNDEFINED -1 Default
FALLING 0 Rising edge (low to high)
RISING 1 Falling edge (high to low)
LOW 2 Low state
HIGH 3 High state

Notes

The following diagram illustrates when the different types of edge are valid during an event:

edge

See Also

trigger_in