KeyBoard.h
上传用户:wealth48
上传日期:2022-06-24
资源大小:1701k
文件大小:0k
- #ifndef __KEYBOARD_H__
- #define __KEYBOARD_H__
- #include "../inc/macro.h"
- #define OS_KeyBoard_Scan_Task 1
- #define KEY_DOWN (1ul<<31)
- void Key_init(void);
- int KeyBoard_Read(int ndev, BOOL isBlock);
- #endif