aboutsummaryrefslogtreecommitdiff
path: root/Arduino/bin/load.sh
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2018-03-03 22:33:10 -0800
committerD Delmar Davis <don@suspectdevices.com>2018-03-03 22:33:10 -0800
commit09fc6b732af6fa6a286263c2d7d7f449014bc4d7 (patch)
tree6af79787a5601fcbd1dab2e2c9a63b0847e1080d /Arduino/bin/load.sh
parent5ffca99f3d4e82db3880305be2125d498e791bc1 (diff)
Cleanup for platformio migration
Diffstat (limited to 'Arduino/bin/load.sh')
-rwxr-xr-xArduino/bin/load.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/Arduino/bin/load.sh b/Arduino/bin/load.sh
deleted file mode 100755
index 0446f55..0000000
--- a/Arduino/bin/load.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-# load.sh - flash your arduino using a locally installed bosac
-
-# Project Variables
-INO_NAME=ems
-PROJECT_PATH=/home/pi/ems/Arduino
-
-# Local System variables
-PORT=ttyACM0
-PACKAGES_PATH=/home/pi/BOSSA/bin
-BUILD_PATH=$PROJECT_PATH/build
-
-# Arduino compile tools are here:
-BOSSAC_PATH=$PACKAGES_PATH
-
-# load to the feather if possible
-#$BOSSAC_PATH/bossac -i -d -U true -i -e -w -v $BUILD_PATH/$INO_NAME.ino.bin -R
-$BOSSAC_PATH/bossac -i -d --port=$PORT -U true -i -e -w -v $BUILD_PATH/$INO_NAME.ino.bin -R
-