Libraries
»
pi_driver
(0.0.4)
»
Index (E)
»
PiDriver
»
Utils
»
Edge
Class: PiDriver::Utils::Edge
Inherits:
Object
Object
PiDriver::Utils::Edge
show all
Defined in:
lib/pi_driver/utils/edge.rb
Constant Summary
collapse
RISING =
:rising
FALLING =
:falling
BOTH =
:both
NONE =
:none
VALID_EDGES =
[
RISING
,
FALLING
,
BOTH
,
NONE
]
.
freeze