testlcd.prj

来自「Source code for driving RFM01 fm radio r」· PRJ 代码 · 共 31 行

PRJ
31
字号
; ************************************************************
; PROJECT:
; AUTHOR:
; ************************************************************

; Micro + software running
; ------------------------------------------------------------
.MICRO "ATmega16"
.TOOLCHAIN "GCC"
.GCCPATH   "E:\WinAVR"
.GCCMAKE   "makefile"
.TARGET    "testlcd.hex"
.SOURCE    "testlcd.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 8meg         ; Micro clock
.STORE 250m         ; Trace (micro+signals) storage time

; Micro nodes: RESET, AREF, PA0-PA7, PB0-PB7, PC0-PC7, PD0-PD7, ACO, TIM1OVF
; Define here the hardware around the micro
; ------------------------------------------------------------
Xdisp 			LCD(20 4 250K) PB2 VSS PB3  PB7 PB6 PB5 PB4  nc3 nc2 nc1 nc0



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?