my_idea.prj
来自「使用Atmega8单片机开发的一个激光治疗仪的人机接口程序」· PRJ 代码 · 共 40 行
PRJ
40 行
; ************************************************************
; PROJECT:
; AUTHOR:
; ************************************************************
; Micro + software running
; ------------------------------------------------------------
.MICRO "ATmega8"
.TOOLCHAIN "GENERIC"
.TARGET "main.hex"
.COFF "main.cof"
.SOURCE "main.c"
.TRACE ; Activate micro trace
; Following lines are optional; if not included
; exactly these values are taken by default
; ------------------------------------------------------------
.POWER VDD=5 VSS=0 ; Power nodes
.CLOCK 8.000000meg ; Micro clock
.STORE 250m ; Trace (micro+signals) storage time
.PLOT V(PC0) V(PC1) V(PC2) V(PC3) V(PD0) V(PD1) V(PD2) V(PD3) V(PD4) V(PD5) V(PD6) V(PD7)
; Micro nodes: RESET, PA0-PA7, PB0-PB7, PC0-PC7, PD0-PD7, PE0-PE2, ACO, TIM1OVF
; Define here the hardware around the micro
; ------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?