Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- REM upload_2_ATMEGA328-PU_VIA_isp.bat
- REM Upload an Arduino compiled HEX file to an Arduino or a comatible board
- set path="C:\Program Files (x86)\Arduino\hardware\tools\avr\bin";%path%;
- @echo on
- avrdude -F -v -v -v -c stk500v1 -p m328 -P COM3 -b 19200 -D -U flash:w:"Blink.hex":i
- cmd
Advertisement
Add Comment
Please, Sign In to add comment