This commit is contained in:
tux
2025-11-05 15:01:47 +08:00
parent f51fe3cc4e
commit 3b3e6c764f
11 changed files with 310 additions and 138 deletions

View File

@@ -0,0 +1,10 @@
#ifndef DELAYTICKS_H
#define DELAYTICKS_H
#include "main.h"
#include "cmsis_os.h"
#include "tim.h"
extern void delay_ticks(uint32_t delay);
#endif