Skip to content

cstrelioff/arduino-sketches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arduino-sketches

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 examples

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

About

A repository for my arduino sketches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published