Reply by "arslan.cansu1" May 28, 20132013-05-28
Hi Everyone;

I am trying to write humidity and temperature info on Nokia6280 LCD.I can write anything on LCD.I can not write temp humi info correctly.I wrote the code below.In main fuction , after while(1) program do not enter else so it cant write printf("temp:%5.1fC humi:%5.1f%% dew point:%5.1fC\n",temp_val.f,humi_val.f,dew_point);
I think error never be zero.Please HELP ME.
Thank you.

Beginning Microcontrollers with the MSP430