17 lines
477 B
C
17 lines
477 B
C
|
/**
|
||
|
******************************************************************************
|
||
|
* @文件名 : key.h
|
||
|
* @作 者 : 小冯Sir
|
||
|
* @brief : None
|
||
|
* @注意 : None
|
||
|
* @日 期 : 24-5-2
|
||
|
******************************************************************************
|
||
|
*/
|
||
|
#ifndef APPS_CORE_APPS_INC_KEY_H_
|
||
|
#define APPS_CORE_APPS_INC_KEY_H_
|
||
|
|
||
|
#include "main.h"
|
||
|
|
||
|
void CheckButtonEvents();
|
||
|
#endif //APPS_CORE_APPS_INC_KEY_H_
|