Mercurial > code > home > repos > light9
changeset 1232:beb0688cbfd8
arduino_upload target
Ignore-this: 7f0fbe9b3f97346f836abd54ed83cb57
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 10 Jun 2015 04:57:17 +0000 |
parents | ef4ae15f2661 |
children | 15a13eba6fc3 |
files | makefile |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/makefile Wed Jun 10 04:55:39 2015 +0000 +++ b/makefile Wed Jun 10 04:57:17 2015 +0000 @@ -64,3 +64,10 @@ 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