Created
May 31, 2018 14:07
-
-
Save nyomo/bf258b58f8cb15051af4b040c2a6c087 to your computer and use it in GitHub Desktop.
avrdudeを多少楽に使うバッチファイル
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
SET AVRDIR=D:\tools\arduino-1.8.5\hardware\tools\avr | |
mode.com | |
SET /P NUM="input com port number" | |
%AVRDIR%\bin\avrdude.exe -C %AVRDIR%\etc\avrdude.conf -p m32u4 -c avr109 -P COM%NUM% -U flash:w:%1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment