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

◆ geti8()

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

Definition at line 238 of file wave_simulation.cpp.

238 {
239 return static_cast<int8_t>(geti16(x) >> 8);
240}
uint32_t x[NUM_LAYERS]
Definition Fire2023.ino:80
int16_t geti16(size_t x) const

References geti16(), and x.

+ Here is the call graph for this function: