picofuse
include
picofuse
sys
sleep.h
Go to the documentation of this file.
1
11
#pragma once
12
#include <stdint.h>
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
19
27
void
sys_sleep_ms
(uint32_t ms);
28
30
31
#ifdef __cplusplus
32
}
33
#endif
sys_sleep_ms
void sys_sleep_ms(uint32_t ms)
Pauses the current thread for a specified duration.