Using Arduino, coding with ruby = make some stuffs with love
install Ruby:
$ \curl -sSL https://get.rvm.io | bash -s stable
$ rvm install 2.1.0
$ git clone https://github.com/jahpd/arduino_experiments
$ bundle install
Until now, we have only one example:
$ ruby led_blink.rb
Yeah! now we have two leds blinking!
