Hello again ,
I'm practicing math functions on my Atmega32 and I want to be able to print them on my LCD .
I need to be able to convert floats to strings.
With integers I used itoa and it works fine.
How do I do it with floats?
I cannot find a decent answer for embedded systems.
Some suggestions were to use 'ftoa' but it's not included in the stdlib .
Any advice?