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

Go to the source code of this file.

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.