LedEngine::LEDInfo Struct Reference#include <LedEngine.h>
List of all members.
Detailed Description
Holds all the information needed by each of the LEDs.
Definition at line 158 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
|
Member Data Documentation
The documentation for this struct was generated from the following file:
|