Clock.h File Reference
#include <cstdint>
#include <sming_attr.h>
Include dependency graph for Clock.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define delayMilliseconds(ms)   delay(ms)
 Pause execution. More...
 

Functions

unsigned long millis (void)
 Get the system (up)time in milliseconds. More...
 
unsigned long micros (void)
 Get the time from clock in microseconds. More...
 
void delay (uint32_t milliseconds)
 Pause execution. More...
 
void delayMicroseconds (uint32_t time)
 Pause execution. More...