光敏电阻控制蜂鸣器
This commit is contained in:
12
BSP/Buzzer.h
Normal file
12
BSP/Buzzer.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __BUZZER_H
|
||||
#define __BUZZER_H
|
||||
|
||||
|
||||
void Buzzer_Init(void);
|
||||
|
||||
void Buzzer_ON(void);
|
||||
|
||||
void Buzzer_OFF(void);
|
||||
|
||||
void Buzzer_TOGGLE(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user