![]() |
SimpleFOClibrary
2.1
|
#include "time_utils.h"Go to the source code of this file.
Functions | |
| void | _delay (unsigned long ms) |
| unsigned long | _micros () |
| void _delay | ( | unsigned long | ms | ) |
Function implementing delay() function in milliseconds
| ms | number of milliseconds to wait |
Definition at line 5 of file time_utils.cpp.
| unsigned long _micros | ( | ) |
Function implementing timestamp getting function in microseconds hardware specific
Definition at line 21 of file time_utils.cpp.