代码搜索结果
找到约 10,000 项符合
LCD 的代码
1602lcd
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (目标 1), 0x0000 // Tools: 'MCS-51'
Group (源代码组 1)
File 1,1, 0x0
Options
1602lcd
"1602LCD显示防手机键盘按键字符.obj"
TO "1602LCD显示防手机键盘按键字符"
1602lcd
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
1602lcd
#ifndef _DELAY_H_
#define _DELAY_H_
#define uchar unsigned char
#define uint unsigned int
sbit rs=P2^0;
sbit rw=P2^1;
sbit en=P2^2;
uchar temp;flag,add,time,aa;
uchar shu0,shu1,shu2,shu3,shu4
1602lcd
#include
#include"delay.h"
#include"1602.h"
#include"keyscan.h"
//本程序存在严重问题
void main()
{
LCD_init();
while(1)
{
keyscan();
}
}
void timer0() interrupt 1
{
TH0=(65536-5
1602lcd
BL51 BANKED LINKER/LOCATER V6.00 08/14/2012 09:44:11 PAGE 1
BL51 BANKED LINKER/LOCATER V6.00, INVOKED BY:
F:\KEIL\C51\BIN\BL51.EXE 1602LC