# HG changeset patch # User Drew Perttula # Date 2015-06-10 04:57:17 # Node ID beb0688cbfd8be15c08f972cbcbc414ce1cd48fd # Parent ef4ae15f266187d603ee93c5ac193e856de712c8 arduino_upload target Ignore-this: 7f0fbe9b3f97346f836abd54ed83cb57 diff --git a/makefile b/makefile --- a/makefile +++ b/makefile @@ -64,3 +64,10 @@ raspberry_pi_packages: darcs_show_checkpoint: darcs add --quiet --recursive ${LIGHT9_SHOW} darcs rec -a -m "checkpoint show data" ${LIGHT9_SHOW} + +/usr/share/arduino/Arduino.mk: + sudo aptitude install arduino-mk + +arduino_upload: /usr/share/arduino/Arduino.mk + cd rgbled + make upload