M26/app/user/buzzer.c
2024-01-08 17:02:46 +08:00

29 lines
161 B
C

#include "buzzer.h"
void buzzer_init(void)
{
}
void buzzer_start(void)
{
}
void buzzer_stop(void)
{
}
void buzzer_task(void)
{
}