11 lines
183 B
C
11 lines
183 B
C
#ifndef __BUZZER_R
|
|
#define __BUZZER_R
|
|
|
|
|
|
|
|
void Buzzer_Init(void);
|
|
void GPIOB_Buzzer(uint16_t GPIO_Pin_x,enum V_opt opt);
|
|
void GPIOB_Buzzer_Turn(uint16_t GPIO_Pin_x);
|
|
|
|
#endif
|