Skip to content

Instantly share code, notes, and snippets.

@Ingramz
Created July 16, 2014 11:50
Show Gist options
  • Save Ingramz/d97eae820c303c6f6503 to your computer and use it in GitHub Desktop.
Save Ingramz/d97eae820c303c6f6503 to your computer and use it in GitHub Desktop.
AVRDUDE upload script. Run: dude myfile.hex
@echo off
avrdude -p usb647 -c flip1 -e -U flash:w:%1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment