``` pin = GPIO.new(1, GPIO::OUT) loop do pin.write(0) sleep 1 pin.write(1) sleep 1 end ```
https://github.com/picoruby/prk_firmware