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

◆ update()

void fl::WaveSimulation1D::update ( )

Definition at line 280 of file wave_simulation.cpp.

280 {
281 sim->update();
282 for (uint8_t i = 0; i < extraFrames; ++i) {
283 sim->update();
284 }
285}
fl::scoped_ptr< WaveSimulation1D_Real > sim

References extraFrames, and sim.