代码搜索结果
找到约 1,930 项符合
Keypad 的代码
ctl.h
/*************************************************************************
** Keypad 头文件
***************************************************************************/
#ifndef _VOLT_H_
#define
disp.h
#ifndef _DISP_H_
#define _DISP_H_
#include "typedef.h"
#include "Keypad.H"
/* 用户数据类型 */
struct _stcDISPMSG{
char type;
char font;
char x;
char y;
char len;
void * DData;
};
#d
pid.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
pid.lnp
"STARTUP.obj",
"keypad.obj",
"main.obj",
"Disp.obj",
"HW_Disp.obj",
"LTC1860.obj",
"CTL.obj"
TO "PID" Rtx51Tiny
RAMSIZE(256)
mix_exp.src
[Files]
megalcd.c
time.c
keypad.c
kb.c
delay.c
[Headers]
..\..\..\icc\include\iom128v.h
[Documents]
time._c
#include
unsigned char second;
unsigned char minute;
unsigned char hour;
unsigned char time[9];
unsigned char sound=0;
extern unsigned char keytime;
extern unsigned char keypad(void);
time.c
#include
unsigned char second;
unsigned char minute;
unsigned char hour;
unsigned char time[9];
unsigned char sound=0;
extern unsigned char keytime;
extern unsigned char keypad(void)
keypad.c
#include
/*键盘扫描函数,没有键按下返回0x7f*/
/*如果shift按下,返回值最高位为1*/
extern void delay_ms(unsigned int time);
unsigned char scan_key(void)
{
unsigned char i,temp;
unsigned shift=0;
keypad._c
#include
/*键盘扫描函数,没有键按下返回0x7f*/
/*如果shift按下,返回值最高位为1*/
extern void delay_ms(unsigned int time);
unsigned char scan_key(void)
{
unsigned char i,temp;
unsigned shift=0;
mix_exp.lk
megalcd.o time.o keypad.o kb.o delay.o