#include <timer.h>
Public Member Functions | |
| Timer (unsigned int ms, bool createActive=true) | |
| Constructor. | |
| int | poll () |
| Returns the number of elapsed ticks since last call. | |
| void | sleep () |
| Sleeps till the next tick occurs. | |
| void | start () |
| Activates the timer. | |
| void | stop () |
| Deactivates the timer. | |
| void | changeInterval (unsigned int newinterval) |
| Changes the interval between two pulses. | |
Definition at line 37 of file timer.h.
1.5.5