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

◆ geti8()

int8_t fl::WaveSimulation1D::geti8 ( size_t x) const

Definition at line 289 of file wave_simulation.cpp.

289 {
290 return static_cast<int8_t>(geti16(x) >> 8);
291}
int x
Definition Audio.ino:71
int16_t geti16(size_t x) const

References geti16(), and x.

+ Here is the call graph for this function: