Created
July 16, 2014 11:50
-
-
Save Ingramz/d97eae820c303c6f6503 to your computer and use it in GitHub Desktop.
AVRDUDE upload script. Run: dude myfile.hex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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