Merge branch 'referee'

This commit is contained in:
NeoZeng
2022-11-19 15:43:57 +08:00
13 changed files with 731 additions and 55 deletions

View File

@@ -4,7 +4,7 @@
#include <stdint-gcc.h>
void buzzer_init();
extern void buzzer_on(uint16_t psc, uint16_t pwm, uint8_t level);
extern void buzzer_on(uint16_t psc, uint16_t pwm,uint8_t level);
extern void buzzer_off(void);
#endif