Last active
March 3, 2017 15:37
-
-
Save prasertsakd/ca73dfc42d3d42029a94ddfff586e692 to your computer and use it in GitHub Desktop.
read chip id and verify
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 | |
set arduino_path=c:\arduino-1.6.12 | |
set avrdude.exe=%arduino_path%\hardware\tools\avr\bin\avrdude.exe | |
set avrdude.conf=%arduino_path%\hardware\tools\avr\etc\avrdude.conf | |
%avrdude_path% -c usbtiny -v -p m16u2 -C %avrdude_conf% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment