init: 项目初始化,添加基础文件

This commit is contained in:
2025-07-29 11:47:52 +08:00
commit 58bd311005
184 changed files with 55800 additions and 0 deletions

9
循迹/Hardware/Key.h Normal file
View File

@@ -0,0 +1,9 @@
#include "stm32f10x.h"
#ifndef __KEY_H
#define __KEY_H
void Gpio_Init(void);
void PWM_Init(u16 arr,u16 psc,u16 pluse);
#endif