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

◆ setHalfDuplex()

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

Definition at line 112 of file wave.h.

112 {
113 // Set whether the wave simulation is half duplex.
114 mWaveSim.setHalfDuplex(on);
115 }
WaveSimulation2D mWaveSim
Definition wave.h:172

References mWaveSim.