|
LCC Fusion Project 1.0
LCC Automation
|
#include <DelayedDccCommand.h>
Public Member Functions | |
| DelayedDccCmdTimer () | |
| void | setDelay (uint16_t dTime) |
| bool | isExpired () |
This class hanldes a timer used for delaying commands.
Timer uses hardware timer 2, with a resolution of half sec (500ms) providing for half second precision for timing of sounds
Definition at line 55 of file DelayedDccCommand.h.
|
inline |
DelayedDccCmdTimer constructor
Definition at line 64 of file DelayedDccCommand.h.
|
inline |
Check to see if delay time has expired
Definition at line 82 of file DelayedDccCommand.h.
|
inline |
Sets the delay time
| dTime | delay time in half secs |
Definition at line 75 of file DelayedDccCommand.h.