Blame | Last modification | View Log | Download
@echo off picpgr reset PIC16F84 picpgr erase PIC16F84 cls picpgr program main.hex hex PIC16f84 XT_ON PWRTE_ON WDTE_OFF CP_OFF picpgr run pause
@echo off
picpgr reset PIC16F84
picpgr erase PIC16F84
cls
picpgr program main.hex hex PIC16f84 XT_ON PWRTE_ON WDTE_OFF CP_OFF
picpgr run
pause