dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
System.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5 
6 #include <util/types.h>
7 
8 uint64_t osSystem_nanotime( void );
9 bool osSystem_sleep( unsigned int milliseconds );
10 
11 #ifdef __cplusplus
12 }
13 #endif
bool osSystem_sleep(unsigned int milliseconds)
uint64_t osSystem_nanotime(void)