mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-14 05:02:52 +00:00
10 lines
132 B
C
10 lines
132 B
C
![]() |
#ifndef _APP_BUTTON_H
|
||
|
#define _APP_BUTTON_H
|
||
|
|
||
|
#include "ui_conf.h"
|
||
|
|
||
|
void APP_Button_Setup(void);
|
||
|
UI_ACTION ButtonScan(void);
|
||
|
|
||
|
#endif
|