keypad.h

来自「uCOS-II example for MC9S12DPxxx」· C头文件 代码 · 共 29 行

H
29
字号
#ifndef KEYPAD_BSP_H
#define KEYPAD_BSP_H

/*
*********************************************************************************************************
*                        Wytec Dragon12 Board Support Package
* File : keypad.h
*
* By   : Eric Shufro
*
* Notes: This file provides hardware interface functions for the Wytec Dragon12 EVB
*        4x4, 16 digit Keypad.
*********************************************************************************************************
*/

/*
*********************************************************************************************************
*                                        PROTOTYPES
*********************************************************************************************************
*/

void   KeypadInitPort(void);
INT8U  KeypadReadPort(void);


#endif


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?