class Kramer::RC308Panel
- Kramer::RC308Panel
- PlaceOS::Driver
- Reference
- Object
Defined in:
kramer/rc_308_panel.crConstant Summary
-
DELIMITER =
"\r\n"
-
\r\n 0D0A
Class Method Summary
Instance Method Summary
- #button_state(index : UInt8, light : Bool, red : UInt8 | Nil = nil, green : UInt8 | Nil = nil, blue : UInt8 | Nil = nil)
- #button_state?(index : UInt8, priority : Int32 = 0)
- #connected
- #disconnected
- #on_load
- #on_update
- #query_state
- #received(data, task)
Class Method Detail
Instance Method Detail
def button_state(index : UInt8, light : Bool, red : UInt8 | Nil = nil, green : UInt8 | Nil = nil, blue : UInt8 | Nil = nil)
#