Hi, I need convert a 32 Bit float number to a ASCII string to show it in a alphanumeric LCD display. Have anyone a C library to do it? It's any ANSI C funcion that do it?
If you have the room, sprintf can do the job, and will let you control details about how it is converted. There are implmenations of fota() out there as well.