代码搜索结果
找到约 2,241 项符合
Keypad 的代码
keypad.lst
C51 COMPILER V6.23a KEYPAD 05/12/2005 21:29:45 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE KEYPAD
OBJECT MODULE PLACED IN
keypad.opt
### 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 {
keypad.hex
:10000300000000000000000040C0400040C040006D
:10001300000000400000000000000000000000009D
:10002300000080000000000000000000000000004D
:100033000000000000000000000040C000000000BD
:1000430000C04040404
keypad.c
/*-----------------------------------------------
Virtual51 KeyPad Demo
Oscilator:12Mhz
------------------------------------------------*/
#include
#define uint unsigned int
keypad.c
/*
* extdrv/peripheral/keypad/keypad.c
*
* Copyright (c) 2006 Hisilicon Co., Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
keypad.h
/*
* extdrv/peripheral/keypad/hi_keypad.h for Linux .
*
* History:
* 10-April-2006 create this file
*/
#ifndef __KEYPAD_INC__
#define __KEYPAD_INC__
#define KEY_L_PORT GPIO_0
keypad.c
/* Having initialized the program and the curses library, we set the Keypad mode TRUE. */
#include
#include
#include
#define LOCAL_ESCAPE_KEY 27
int main()
{
keypad.lst
C51 COMPILER V7.50 KEYPAD 07/06/2006 10:40:57 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE KEYPAD
OBJECT MODULE PLACED IN
keypad.h
#ifndef _KEYPAD_H
#define _KEYPAD_H
extern BYTE Key_GetKeypadStatus(void);
extern void Key_ScanKeypad(void);
#define CMD_HEAD_KEY 0x00
#define CMD_HEAD_IR 0x40
#define CMD_HEAD_STANDBY