NetBurner 3.5.6
PDF Version |
Classes | |
class | DelayObject |
Microsecond Delay Class. More... | |
#include< HiResDelay.h>
The OSTimeDly() system function has a 20ms tick count, but if you need more precision timing The High Resolution Delay timer provides delays in microseconds.
When a DelayObject is created, it allocates an available hardware system timer. Once the delay time has expired, and when the object goes out of scope, the hardware timer is freed.
Example Usage: