Program Listing for File Sleep.h
↰ Return to documentation for file (doc/include/Sleep.h
)
#ifndef SLEEP_HPP_
#define SLEEP_HPP_
#include <cstdint>
void sleepS(const uint32_t s_time);
void sleepMs(const uint32_t ms_time);
void sleepUs(const uint32_t us_time);
#endif // SLEEP_HPP_