我有这个arduino素描,char temperature[10];float temp = 10.55;sprintf(temperature,%f F, temp);Serial.println(temperature);温度打印为? F关于如何格式化此浮点数 ...
確定! 回上一頁