基础版本

This commit is contained in:
bathfire
2026-04-27 16:55:02 +08:00
commit 64b3e488da
269 changed files with 383851 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
#ifndef __PLUSE_PUTOUT_H__
#define __PLUSE_PUTOUT_H__
#define POS_LinkA_Out GPIOAout(2)
#define Valve1 GPIOEout(14)
#define Valve2 GPIOEout(15)
#define BEEP GPIOEout(2)
#define BEEP_ON BEEP = 1
#define BEEP_OFF BEEP = 0
extern void Pluse_Putout_Init(void);
extern void Pluse_PutoutTast(void);
//------------------------------------------------------------------------------
#endif