20230201_1811_emb/1811Project_LPc/Src/Usr/Tool/ToolDelay.h

12 lines
179 B
C
Raw Normal View History

#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