Integer to char then print on serial lcd
Up to Project Discussion
I've been trying to get this working forever and just the code compiles but always gives me unexpected results, im guessing im not casting it correctly but if sombody wouldn't mind taking a look at this. it prints out a single character that looks funny, like an a with a line over it maybe. I need a little help to get it to print out the temp.
Thanks.
Great. The int "%d" works with sprintf() but for some reason once i use doubles "%f" it prints out wierd chars once again. any Help?
Sorry i'm unsure what you mean by fixed point, as of now im just calculating the temp using double division etc math and then just typecast int and outputing it, as an int i guess it just truncates it huh? If you could help me by refrenceing some sites etc on how to do that that would be awsome, thanks.

