Skip to content

Instantly share code, notes, and snippets.

@prasertsakd
Last active March 3, 2017 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prasertsakd/ca73dfc42d3d42029a94ddfff586e692 to your computer and use it in GitHub Desktop.
Save prasertsakd/ca73dfc42d3d42029a94ddfff586e692 to your computer and use it in GitHub Desktop.
read chip id and verify
@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