A presentation given to the Orlando Ruby User\'s Group as well as the Orlando Linux User\'s Group on physical computing with the Arduino platform while utilizing the Ruby library RAD for writing the code.
1 of 31
Downloaded 67 times
More Related Content
Physical Computing with the Arduino platform and Ruby
1. Physical Computing with Ruby and Arduino Matthew Williams @mwilliams Orlando Linux Users Group
15. Ruby + Physical Computing Control an Arduino with Ruby RubyToC AVR-GCC Most of the Arduino API ported to Ruby Additional libraries Serial communications Servos
17. RAD Code class HelloWorld < ArduinoSketch output_pin 7, :as => :led def loop blink led, 1000 end end
18. RAD Methods input_pin(s) output_pin(s) digitalWrite| digitalRead analogWrite | analogRead serial_print | serial_read Keeping it simple It's all about the hardware
19. Coming Soon Testing Arduino Simulator Better RubyToC Support More "Out of the Box Support" LCD's OLED Displays Motors