diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2018-03-03 22:33:10 -0800 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2018-03-03 22:33:10 -0800 |
| commit | 09fc6b732af6fa6a286263c2d7d7f449014bc4d7 (patch) | |
| tree | 6af79787a5601fcbd1dab2e2c9a63b0847e1080d /Arduino/bin/load.sh | |
| parent | 5ffca99f3d4e82db3880305be2125d498e791bc1 (diff) | |
Cleanup for platformio migration
Diffstat (limited to 'Arduino/bin/load.sh')
| -rwxr-xr-x | Arduino/bin/load.sh | 18 |
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 - |
