make all.bat
来自「利用winavr开发的一款三段式充电器的源码」· Batch 代码 · 共 34 行
BAT
34 行
del hex\*.cof
del hex\*.hex
call clean.bat
SET device_mcu=atmega48
make all
copy *.hex hex\
copy *.cof hex\
call clean.bat
SET device_mcu=atmega88
make all
copy *.hex hex\
copy *.cof hex\
call clean.bat
SET device_mcu=atmega8
make all
copy *.hex hex\
copy *.cof hex\
call clean.bat
copy hex\charge_atmega8.cof
pause
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?