📄 make all.bat
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -