Libraries
»
pi_driver
(0.0.4)
»
Index (S)
»
PiDriver
»
Utils
»
State
Class: PiDriver::Utils::State
Inherits:
Object
Object
PiDriver::Utils::State
show all
Defined in:
lib/pi_driver/utils/state.rb
Constant Summary
collapse
LOW =
0
HIGH =
1
VALID_STATES =
[
LOW
,
HIGH
]
.
freeze