Skip to content

Instantly share code, notes, and snippets.

@nyomo
Created May 31, 2018 14:07
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 nyomo/bf258b58f8cb15051af4b040c2a6c087 to your computer and use it in GitHub Desktop.
Save nyomo/bf258b58f8cb15051af4b040c2a6c087 to your computer and use it in GitHub Desktop.
avrdudeを多少楽に使うバッチファイル
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