tweak voltage divider for my config
[digitaldcpower] / winload.bat
1 @REM *** Usage: just double click this file from the filemanger\r
2 @REM ***\r
3 @REM *** you need to edit this file and adapt it to your AVR installation. \r
4 @REM *** Change the PATH\r
5 \r
6 @echo -------- begin --------\r
7 \r
8 @set PATH=C:\Program Files (x86)\Atmel\AVR Tools\AVR Toolchain\bin;%PATH%\r
9 \r
10 make -f Makefile load\r
11 \r
12 @echo --------  end  --------\r
13 pause\r