20231023_InSituLab_emb/InsituLabProject_QRS/Src/Usr/Tool/ToolDelay.h

12 lines
179 B
C
Raw Permalink 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