20231023_InSituLab_emb/InsituLabProject_QRS/Src/Usr/Tool/ToolDelay.h
Rjh913828050 4e26d518da 类型:更细
内容:更新十四五程序
人员:任家豪
2024-07-31 08:56:07 +08:00

12 lines
179 B
C

#ifndef _TOOL_DELAY_H_
#define _TOOL_DELAY_H_
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
void ToolDelayMs(uint32_t Ms);
void ToolDelayUs(uint32_t Us);
#endif