加入大疆C板例程bsp
This commit is contained in:
8
bsp/boards/bsp_buzzer.h
Normal file
8
bsp/boards/bsp_buzzer.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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);
|
||||
extern void buzzer_note(uint16_t note,float volume);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user