#includeuchar displaytemp[16] temp=ReadTemperature(); temperature=temp*0.0625; sprintf(displaytemp,"Temp %6.2f ",temperature);//打印温度值这样就可以显示-55~+125了