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

◆ parseFloat()

float fl::StringFormatter::parseFloat ( const char * str,
size_t len )
static

Definition at line 166 of file str.cpp.

166 {
167 return string_functions::atoff(str, len);
168}
static float atoff(const char *str, size_t len)
Definition str.cpp:45

References fl::string_functions::atoff().

Referenced by fl::StrN< SIZE >::toFloat().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: