蜂鸣器移植到modules层

This commit is contained in:
chenfu
2023-06-23 17:11:10 +08:00
parent 04975af252
commit f51b6fec3d
2 changed files with 95 additions and 0 deletions

7
modules/alarm/buzzer.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef BUZZER_H
#define BUZZER_H
#include "daemon.h"
void buzzer_init();
#endif // !BUZZER_H