update beep pwm drive

This commit is contained in:
不吃油炸鸡
2025-08-18 14:11:27 +08:00
parent 214474ad88
commit 7a06dab17a
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#ifndef __BEEP_H__
#define __BEEP_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "main.h"
void beep_open(void);
void beep_close(void);
#ifdef __cplusplus
}
#endif
#endif