class HelloXbee

Public Instance Methods

loop() click to toggle source
# File lib/examples/hello_xbee.rb, line 6
def loop
  led.blink 200
  serial_print "...testing..."
  delay 1000
end