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

◆ setHalfDuplex()

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

Definition at line 104 of file wave.h.

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

References mWaveSim.