removed no longer needed powershell script

This commit is contained in:
jakeg00dwin 2024-01-03 17:35:28 -08:00
parent 01ea07165b
commit f2bd505fe6
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
# PowerShell script to flash a precompiled HEX file via avrdude.exe with a USBasp programmer
$Mcu = "t13"
$HexFile ="\pre_built\attiny13_4-8Mhz.hex"
$Programmer="usbasp"
.\avrdude.exe -p $Mxu -B 10 -c $Programmer -U flash:w:$HexFile