加入Buzzer,Shake_Motor,Ultrasound

This commit is contained in:
2025-06-24 20:46:30 +08:00
parent 5cc35cbad3
commit 20d90d8933
50 changed files with 12844 additions and 4561 deletions

9
fun/Buzzer.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef __BUZZER_H__
#define __BUZZER_H__
#include "headfile.h"
void Buzzer_Open(void);
void Buzzer_Close(void);
#endif