Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 482 Bytes

README.rdoc

File metadata and controls

11 lines (6 loc) · 482 Bytes

To Use This Sample App…

  1. Install the latest version of the Arduino software from arduino.cc/en/Main/Software.

  2. Plug up an Arduino with an ATMega3328P processor, with an LED on pin 13 (and Ground pin), over usb.

  3. Change your port name in config/hardware.yml

  4. At the command line, run bundle install and rails s

  5. Go to localhost:3000/ in your browser and you’ll see two buttons you can click to turn the LED on and off.