Skip to content

Instantly share code, notes, and snippets.

@ryanneufeld
Created November 6, 2016 04:30
Show Gist options
  • Save ryanneufeld/2e0b646d37355f4e28ece8b33d556202 to your computer and use it in GitHub Desktop.
Save ryanneufeld/2e0b646d37355f4e28ece8b33d556202 to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ -n "$1" ]; then
/usr/bin/avrdude -C/etc/avrdude.conf -v -patmega2560 -cstk500v2 -P/dev/ttyACM0 -b115200 -D -Uflash:w:$1:i
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment