Beamlib 3.1.2
This is the Beam C++ class library.
|
#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... | |
void delayUs | ( | BUInt | us | ) |
Will delay for given time in us, if tasks running task will sleep.
void delayMs | ( | BUInt | ms | ) |
Will delay for given time in ms, if tasks running task will sleep.