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

◆ setHalfDuplex()

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

Definition at line 109 of file wave.h.

109 {
110 // Set whether the wave simulation is half duplex.
111 mWaveSim.setHalfDuplex(on);
112 }
WaveSimulation2D mWaveSim
Definition wave.h:169

References mWaveSim.