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

◆ isDigit()

static bool fl::StringFormatter::isDigit ( char c)
inlinestatic

Definition at line 101 of file str.h.

101{ return c >= '0' && c <= '9'; }