#include <usbledfader.h>
Data Fields | |
fade_Waveform | wave [3] |
Three waveforms: base-function1, base-function2 and override-function. | |
uint8_t | waveCurrentId |
Which of the three waveforms is currently displayed? | |
uint8_t | waveCurrentValue |
The current brightness. | |
uint8_t | waveCurrentPosition |
Our position in the current waveform. | |
uint8_t | waveCurrentRepetition |
We are in the n-th repetition. | |
int32_t | waveNextUpdate |
Number of cycles till next update. |
Definition at line 352 of file usbledfader.h.
Three waveforms: base-function1, base-function2 and override-function.
Definition at line 353 of file usbledfader.h.
Referenced by fade_globalData_init(), and fade_startWaveform().
uint8_t S_fade_LedState::waveCurrentId |
Which of the three waveforms is currently displayed?
Definition at line 354 of file usbledfader.h.
Referenced by fade_globalData_init(), and fade_startWaveform().
Our position in the current waveform.
Definition at line 356 of file usbledfader.h.
Referenced by fade_globalData_init(), and fade_startWaveform().
We are in the n-th repetition.
Definition at line 357 of file usbledfader.h.
Referenced by fade_globalData_init(), and fade_startWaveform().
int32_t S_fade_LedState::waveNextUpdate |
Number of cycles till next update.
Definition at line 358 of file usbledfader.h.
Referenced by fade_globalData_init(), and fade_startWaveform().