/dino

Dino is a ruby gem that helps you bootstrap prototyping with an Arduino

Primary LanguageRubyMIT LicenseMIT

Welcome to Dino

Get started in no time

Dino was designed to help you start working with your Arduino in minutes.

  • gem install dino
  • Burn the file src/du.ino to your Arduino ** You can do this in the Arduino IDE
  • Plug in your Arduino and wire the led like in examples/led/led.png
  • Run ruby example/led/led.rb

By now you should be blinking away

Take a look in the example directory for more information