mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-18 07:02:53 +00:00
8 lines
145 B
C
8 lines
145 B
C
![]() |
#include "indevDirver.h"
|
||
|
#include "APP_Button.h"
|
||
|
|
||
|
UI_ACTION indevScan(void)
|
||
|
{
|
||
|
/* 放入你的按键扫描代码 */
|
||
|
return ButtonScan();
|
||
|
}
|