mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-23 19:25:09 +08:00
11 lines
144 B
C
11 lines
144 B
C
#ifndef BSP_BUZZER_H
|
|
#define BSP_BUZZER_H
|
|
|
|
#include <stdint.h>
|
|
|
|
void BuzzerInit();
|
|
extern void BuzzerOn();
|
|
extern void BuzzerOff(void);
|
|
|
|
#endif
|