mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 11:37:45 +08:00
init commit
This commit is contained in:
9
bsp/bsp_buzzer.h
Normal file
9
bsp/bsp_buzzer.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef BSP_BUZZER_H
|
||||
#define BSP_BUZZER_H
|
||||
|
||||
#include "struct_typedef.h"
|
||||
|
||||
extern void buzzer_on(uint16_t psc, uint16_t pwm);
|
||||
extern void buzzer_off(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user