Beam-lib
2.16.3
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 delayMs | ( | BUInt | ms | ) |
Will delay for given time in ms, if tasks running task will sleep.
void delayUs | ( | BUInt | us | ) |
Will delay for given time in us, if tasks running task will sleep.