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

◆ setHalfDuplex()

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

Definition at line 114 of file wave.h.

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

References mWaveSim.