老循迹

This commit is contained in:
2025-07-29 11:37:06 +08:00
parent 37e8e2b753
commit 7850340e81
183 changed files with 55799 additions and 0 deletions

12
循迹/Hardware/LED.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef __LED_H
#define __LED_H
void LED_Init(void);
void LED1_ON(void);
void LED1_OFF(void);
void LED1_Turn(void);
void LED2_ON(void);
void LED2_OFF(void);
void LED2_Turn(void);
#endif