Hi,
I'm trying to give my arduino ide support for render floating point number using the *printf functions, I have been googleing and found some info, after reading for a while i ended up with some options, mainly those two:
- http://josh.to/crema/rebuilding-the-arduino-ide-to-support-sprintf-with-floats/
- Strange problem with "sprintf" - Programming Questions - Arduino Forum
But i sould be unlucky and didn't get it working (i completed the process but it is still not working, '?' sign is displayed instead of the number)
What can i do to be able to enable floating point support?
I'm using Arduino Mega 2560 R2 and Arduino IDE 1.0.4.
Any help will be arpreciated.
Thank very much