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

◆ sfract15ToFloat()

LIB8STATIC float sfract15ToFloat ( sfract15 y)

Conversion from 16-bit fixed point (sfract15) to IEEE754 32-bit float.

Definition at line 257 of file lib8tion.h.

258{
259 return y / 32768.0f;
260}
int y
Definition simple.h:93

References LIB8STATIC, and y.