代码搜索结果
找到约 1,930 项符合
Keypad 的代码
keypad.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this sample source code is subject to the terms of the Microsoft
// license agreement under which you licensed thi
69_tb_decoder.vhd
library ieee;
use ieee.std_logic_1164.all;
use work.p_alarm.all;
entity tb_decoder is
end tb_decoder;
architecture tb of tb_decoder is
component decoder
port(keypad:in std_logic
mssensor.c
///////////////////////////////////////////////////////////////////////////////
///@file msKeypad.c
///@brief Keypad Module
///@author MStarSemi Inc.
//////////////////////////////////////////////
mskeypad.c
///////////////////////////////////////////////////////////////////////////////
///@file msKeypad.c
///@brief Keypad Module
///@author MStarSemi Inc.
//////////////////////////////////////////////
mssensor.c
///////////////////////////////////////////////////////////////////////////////
///@file msKeypad.c
///@brief Keypad Module
///@author MStarSemi Inc.
//////////////////////////////////////////////
mskeypad.c
///////////////////////////////////////////////////////////////////////////////
///@file msKeypad.c
///@brief Keypad Module
///@author MStarSemi Inc.
//////////////////////////////////////////////
keypad.h
void Init_Keypad(void);
void Check_Key(void);
void delay();
void Key_Event(void);
r2.pbd
This is an internal working file generated by the Source Browser.
16:10 39s
E:\LT-1B Programs\1\RS232\R2\Debug\Obj\Keypad.pbi
E:\LT-1B Programs\1\RS232\R2\Debug\Obj\main.pbi
keypad.c
#include
typedef unsigned char uchar;
typedef unsigned int uint;
/***************全局变量***************/
uchar key_Pressed; //按键是否被按下:1--是,0--否
uchar key_val; //存放键值
keypad.h
void Init_Keypad(void);
void Check_Key(void);
void delay();
void Key_Event(void);