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

◆ isDigit()

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

Definition at line 70 of file str.h.

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