Float number

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Float number

1,750 Views
Nico_elect
Contributor I
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?
Labels (1)
0 Kudos
1 Reply

347 Views
JimDon
Senior Contributor III
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.

0 Kudos