代码搜索:lCD
找到约 10,000 项符合「lCD」的源代码
代码结果 10,000
www.eeworm.com/read/37144/1068567
lcd1602
www.eeworm.com/read/37245/1070007
1602lcd
www.eeworm.com/read/37245/1070008
1602lcd
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (目标 1), 0x0000 // Tools: 'MCS-51'
Group (源代码组 1)
File 1,1, 0x0
Options
www.eeworm.com/read/37245/1070010
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 {
www.eeworm.com/read/37245/1070011
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
www.eeworm.com/read/37245/1070012
1602lcd
www.eeworm.com/read/37245/1070013
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
www.eeworm.com/read/37245/1070014
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
www.eeworm.com/read/37245/1070015