I'm pretty new to XC32 but I'm trying to use atof or strtod to convert a number contained in a string into a float or double variable.If the string contains "10" then strtod() and atof() return "0.0".If the string contains "55.66" then they return some lo..
↧