Float number

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

Float number

1,818 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
Reply
1 Reply

415 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
Reply