定时器写了一点

This commit is contained in:
2026-08-14 01:10:21 +08:00
parent ce876f0ff0
commit a6cb521d71
4 changed files with 9 additions and 8 deletions

1
BSP/Timer.c Normal file
View File

@@ -0,0 +1 @@
#include "stm32f10x.h"

4
BSP/Timer.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef __TIMER_H
#define __TIMER_H
#endif