#include <usbledfader.h>
Data Fields | |
uint8_t | waveformId |
ID of this waveform. | |
uint8_t | waveformLength |
Length of this waveform. | |
uint8_t | waveformRepetition |
How often is this waveform to be repeated? | |
uint8_t | waveformDuration |
Duration for one cycle of this waveform, stored for status-output. | |
uint32_t | waveformUpdateTime |
Time between two waveform-samples in calls of timerInterrupt(), calculated from waveformDuration. |
Definition at line 343 of file usbledfader.h.
Duration for one cycle of this waveform, stored for status-output.
Definition at line 347 of file usbledfader.h.
Referenced by fade_globalData_init(), and fade_startWaveform().
uint8_t S_fade_Waveform::waveformId |
ID of this waveform.
Definition at line 344 of file usbledfader.h.
Referenced by fade_globalData_init(), and fade_startWaveform().
uint8_t S_fade_Waveform::waveformLength |
Length of this waveform.
Definition at line 345 of file usbledfader.h.
Referenced by fade_globalData_init(), and fade_startWaveform().
How often is this waveform to be repeated?
Definition at line 346 of file usbledfader.h.
Referenced by fade_globalData_init(), and fade_startWaveform().
uint32_t S_fade_Waveform::waveformUpdateTime |
Time between two waveform-samples in calls of timerInterrupt(), calculated from waveformDuration.
Definition at line 348 of file usbledfader.h.
Referenced by fade_globalData_init(), and fade_startWaveform().