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

◆ isDigit()

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

Definition at line 71 of file str.h.

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