SimpleFOClibrary 2.4.0
Loading...
Searching...
No Matches
time_utils.cpp File Reference
#include "time_utils.h"
Include dependency graph for time_utils.cpp:

Go to the source code of this file.

Functions

void _delay (unsigned long ms)
 
unsigned long _micros ()
 

Function Documentation

◆ _delay()

void _delay ( unsigned long  ms)

Function implementing delay() function in milliseconds

  • blocking function
  • hardware specific
Parameters
msnumber of milliseconds to wait

Definition at line 5 of file time_utils.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _micros()

unsigned long _micros ( )

Function implementing timestamp getting function in microseconds hardware specific

Definition at line 21 of file time_utils.cpp.

Here is the caller graph for this function: