代码搜索结果
找到约 2,241 项符合
Keypad 的代码
kpd_task.c
/**
* @file kpd_task.c
*
* Coding of the main keypad function : kpd_core
* This function loop in the process message function for waiting messages.
*
* @author Laurent Sollier (l-solli
keypadc.c
#include "calc.h"
char getkey (void)
// Use the input routine from the *Keypad_Read* assembly file to
{
char data mykey;
mykey = input();
if(mykey==0)
{
}
else
{
display(myke
hi_gpio.c
/* extdrv/peripheral/keypad/hi_gpio.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 General
ch.dep
2
Debug
$PROJ_DIR$\Debug\Obj\Keypad.r43
multiprocess.c
#include
#include
int ch;
void initial(){
initscr();
cbreak();
nonl();
noecho();
intrflush(stdscr,FALSE);
keypad(stdscr,TRUE);
refresh();
}
void run(WINDOW *window){
int
kb1.dep
2
Debug
$PROJ_DIR$\Debug\Obj\Keypad.r43
16k2.dep
2
Debug
$PROJ_DIR$\Debug\Obj\Keypad.r43
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// KeyPad.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.
_objects.mac
OBJECTS= \
obj\ARMV4I\retail\s3c24a0keypad.obj \
obj\ARMV4I\retail\kbd.obj
PASS0_OBJECTS=
mboxdemo.c
/********************************************************************
Samples\LCD_Keypad\122x32_1x7\TCPIP\mboxdemo.c
Z-World, 2001
(Adapted from Intellicom's mboxdemo.c)
This sample pr