mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-13 20:52:52 +00:00
11 lines
164 B
C
11 lines
164 B
C
![]() |
#ifndef _HAL_BUZZER_H
|
||
|
#define _HAL_BUZZER_H
|
||
|
|
||
|
#include "stm32f10x.h"
|
||
|
#include "buzzer.h"
|
||
|
|
||
|
void HAL_Buzzer_Init(void);
|
||
|
void pwm_set_freq(uint32_t frequency);
|
||
|
|
||
|
#endif
|