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

◆ parseFloat()

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

Definition at line 296 of file str.cpp.

296 {
297 return string_functions::atoff(str, len);
298}
static float atoff(const char *str, fl::size len)
Definition str.cpp:154

References fl::string_functions::atoff().

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

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