Plugging in the Makefile-based Arduino workflow

yaaaaaay
This commit is contained in:
2013-12-28 22:26:28 -05:00
parent aaf02c5155
commit 79ef4e80b3
6 changed files with 24 additions and 12 deletions

5
arduino/setup Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
cd $(dirname "$BASH_SOURCE")
curl -L -O -s http://ed.am/dev/make/arduino-mk/arduino.mk