Beamlib 3.1.2
This is the Beam C++ class library.
Loading...
Searching...
No Matches
Functions
BSys.cpp File Reference
#include <BSys.h>
#include <time.h>

Functions

void delayUs (BUInt us)
 Will delay for given time in us, if tasks running task will sleep. More...
 
void delayMs (BUInt ms)
 Will delay for given time in ms, if tasks running task will sleep. More...
 

Function Documentation

◆ delayUs()

void delayUs ( BUInt  us)

Will delay for given time in us, if tasks running task will sleep.

◆ delayMs()

void delayMs ( BUInt  ms)

Will delay for given time in ms, if tasks running task will sleep.