FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setHalfDuplex()

void fl::WaveFx::setHalfDuplex ( bool on)
inline

Definition at line 105 of file wave.h.

105 {
106 // Set whether the wave simulation is half duplex.
107 mWaveSim.setHalfDuplex(on);
108 }
WaveSimulation2D mWaveSim
Definition wave.h:165

References mWaveSim.