A repository for my arduino sketches. I have an unusual setup on Ubuntu 14.04 (also tested on Ubuntu 16.04-- Apr 2017), using make instead of the standard Arduino IDE-- if you'd like to read about it checkout my blog post.
Using the setup detailed in the blog post, each example can be compiled and uploaded to the Arduino using the following procedure:
- Connect the Arduino via USB
- Find the port used by the Arduino (see blog post for help)
- Edit makefile to use the port found above
- In terminal-- change directory to project and compile:
$ make
followed by upload (if no errors):
$ make upload