mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-25 03:47:47 +08:00
8 lines
96 B
C
8 lines
96 B
C
|
|
#ifndef BUZZER_H
|
||
|
|
#define BUZZER_H
|
||
|
|
#include "daemon.h"
|
||
|
|
void buzzer_init();
|
||
|
|
|
||
|
|
|
||
|
|
#endif // !BUZZER_H
|