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