ArduinoSketch
# File lib/examples/blink_with_serial.rb, line 10 def loop @i += 1 serial_println @i blink led, 100 end