#include <tlc_fades.h>
Public Attributes | |
TLC_CHANNEL_TYPE | channel |
channel this fade is on | |
int16_t | startValue |
value when the fade starts (0 - 4095) | |
int16_t | changeValue |
start + changeValue = endValue (0 - 4095) | |
uint32_t | startMillis |
millis() when to start | |
uint32_t | endMillis |
millis() when to end |