代码搜索结果
找到约 2,241 项符合
Keypad 的代码
keypad.c
#include "board.h"
#include "global.h"
#include "misc.h"
#include "keypaddef.h"
#include "ir.h"
#include "power.h"
#include "Gm_rwreg.h"
#include "debug.h"
#include "keypad.h"
//#include ""
keypad.c
/*--------------------------------------------------------------------
Keypad.C
4*3键盘基本函数库
---------------------------------------------------------------------
keypad.h
/*------------------------------------------------------------------*-
Keypad.h (v1.00)
-*------------------------------------------------------------------*/
// ------ 公有函数原型 ------------------
keypad.h
//=====================================================================
// TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
// Property of Texas Instruments -- For Unrestri
keypad.c
//=====================================================================
// TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION
// Property of Texas Instruments -- For Unrestr
keypad.c
//=====================================================================//
//PORTB output/input port for KEYPAD
//-------------------------------------------------------------------------------------
keypad.h
extern BYTE KeypadButton;
extern void Key_ScanKeypad(void);
extern void CheckFactoryKeyStatus(void);
keypad.c
#include "types.h"
#include "board.h"
#include "keypaddef.h"
#include "ms_reg.h"
#include "global.h"
#include "debug.h"
#include "misc.h"
#include "ms_rwreg.h"
#include "mcu.h"
#include "msos
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.h
// Keypad.h: interface for the CKeypad class.
//
// BlueWinZ Game Engine For BREW.
// Version: 1.0a
// (c)2003 anecia all rights reserved
/////////////////////////////////////////////////////////