diff rgbled/makefile @ 1231:ef4ae15f2661

copy in rgb led program for arduino Ignore-this: ee63cf3e2100597625a4392bd95aba0d
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 10 Jun 2015 04:55:39 +0000
parents
children e588ede64e0e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rgbled/makefile	Wed Jun 10 04:55:39 2015 +0000
@@ -0,0 +1,5 @@
+BOARD_TAG    = nano328
+ARDUINO_LIBS = Adafruit_NeoPixel
+USER_LIB_PATH := $(realpath .)
+
+include /usr/share/arduino/Arduino.mk