| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <LedEngine.h>
Definition at line 141 of file LedEngine.h.
Public Attributes | |
| float | value |
| the current value being expressed | |
| float | amp |
| the amplitude of the cycle (if cycling) | |
| unsigned int | period |
| the period of the cycle (if cycling) | |
| unsigned int | starttime |
| the start time of the cycle (if cycling) | |
| float | offset |
| the phase shift from normal of the cycle (if cycling) | |
| float | flashvalue |
| the value being 'flashed' (only valid if current time is less than flashtime | |
| unsigned int | flashtime |
| the time the 'flash' should retire | |
| bool | isCycling |
| true if in cycle mode | |
|
|
the amplitude of the cycle (if cycling)
Definition at line 143 of file LedEngine.h. |
|
|
the time the 'flash' should retire
Definition at line 148 of file LedEngine.h. |
|
|
the value being 'flashed' (only valid if current time is less than flashtime
Definition at line 147 of file LedEngine.h. |
|
|
true if in cycle mode
Definition at line 149 of file LedEngine.h. |
|
|
the phase shift from normal of the cycle (if cycling)
Definition at line 146 of file LedEngine.h. |
|
|
the period of the cycle (if cycling)
Definition at line 144 of file LedEngine.h. |
|
|
the start time of the cycle (if cycling)
Definition at line 145 of file LedEngine.h. |
|
|
the current value being expressed
Definition at line 142 of file LedEngine.h. |
|
Tekkotsu v1.4 |
Generated Sat Jul 19 00:09:01 2003 by Doxygen 1.3.2 |