Sha256: d3b8523e749c2a7f436312a88a6c974e0d62052913617f3ef4e960a418968aee

Contents?: true

Size: 197 Bytes

Versions: 21

Compression:

Stored size: 197 Bytes

Contents

# Hardware: LED connected on pin 7

class HelloWorld < ArduinoSketch
  output_pin 7, :as => :led
  def loop
    digitalWrite led, ON
    delay 500
    digitalWrite led, OFF
    delay 500
  end
end

Version data entries

21 entries across 21 versions & 4 rubygems

Version Path
neo_rad-0.4.0 spec/examples/hello_world.rb
atduskgreg-rad-0.2.5 spec/examples/hello_world.rb
atduskgreg-rad-0.3.0.1 spec/examples/hello_world.rb
atduskgreg-rad-0.3.1 spec/examples/hello_world.rb
madrona-rad-0.3.1.1 spec/examples/hello_world.rb
madrona-rad-0.3.1 spec/examples/hello_world.rb
madrona-rad-0.3.2 spec/examples/hello_world.rb
madrona-rad-0.3.3 spec/examples/hello_world.rb
madrona-rad-0.3.4 spec/examples/hello_world.rb
madrona-rad-0.3.5 spec/examples/hello_world.rb
madrona-rad-0.3.6 spec/examples/hello_world.rb
madrona-rad-0.3.7 spec/examples/hello_world.rb
madrona-rad-0.3.8 spec/examples/hello_world.rb
madrona-rad-0.3.9 spec/examples/hello_world.rb
madrona-rad-0.4.0 spec/examples/hello_world.rb
madrona-rad-0.5.0 spec/examples/hello_world.rb
madrona-rad-0.4.3 spec/examples/hello_world.rb
madrona-rad-0.4.2 spec/examples/hello_world.rb
madrona-rad-0.4.1 spec/examples/hello_world.rb
rad-0.3.0 spec/examples/hello_world.rb