Skip to content

Instantly share code, notes, and snippets.

@gvn
Created December 3, 2012 00:59
Show Gist options
  • Save gvn/4191957 to your computer and use it in GitHub Desktop.
Save gvn/4191957 to your computer and use it in GitHub Desktop.
Arduino Makefile Starter
BOARD_TAG = uno
ARDUINO_PORT = /dev/cu.usb*
ARDUINO_LIBS =
include /usr/local/arduino/Arduino.mk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment