aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..cd592d4
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+ARDUINO_PATH=/usr/share/arduino
+export ARDUINO_PATH
+COMPILER_PATH=~/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/
+export COMPILER_PATH
+AVRDUDE=/usr/bin/avrdude
+export AVRDUDE
+AVRDUDE_CONF=/etc/avrdude.conf
+export AVRDUDE_CONF
+
+make $@