mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-13 20:52:52 +00:00
15 lines
157 B
C
15 lines
157 B
C
![]() |
#ifndef __APP_BUZZER_H__
|
||
|
#define __APP_BUZZER_H__
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void APP_Buzzer_Setup(void);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|