Hi
In my project i need to transmit with WiFi GPS Longitude and Latitude but i need to transform float to string . How can i do this?
Hi
In my project i need to transmit with WiFi GPS Longitude and Latitude but i need to transform float to string . How can i do this?
dtostrf
Thank you but i have used this fonction but i dont find the library...
yarrr:
Thank you but i have used this fonction but i dont find the library...
?
Sorry i have a bad english
I dont find the library of this fonction
No library needed - just do it
dtostrf(InTemp,4, 2, strIn);
strIn is made from InTemp, which is four figures with two after the decimal point