Class: SimpleRaspberryPi::Void
- Inherits:
-
Object
- Object
- SimpleRaspberryPi::Void
- Defined in:
- lib/simple_raspberrypi.rb
Instance Method Summary collapse
- #blink(seconds = 0, duration = nil) ⇒ Object
- #off ⇒ Object (also: #stop)
- #on(duration = nil) ⇒ Object
Instance Method Details
#blink(seconds = 0, duration = nil) ⇒ Object
17 |
# File 'lib/simple_raspberrypi.rb', line 17 def blink(seconds=0, duration=nil) end |
#off ⇒ Object Also known as: stop
16 |
# File 'lib/simple_raspberrypi.rb', line 16 def off() end |
#on(duration = nil) ⇒ Object
15 |
# File 'lib/simple_raspberrypi.rb', line 15 def on(duration=nil) end |