Method: Ev3dev::Led#off

Defined in:
lib/ev3dev/led.rb

#offObject



66
67
68
# File 'lib/ev3dev/led.rb', line 66

def off
  self.on(0, 0)
end