readHumidity();//濕度 float read_t = dht.readTemperature();//溫度 h = read_h; t = read_t; Serial.print("濕度:"); Serial.print(h); ...
確定! 回上一頁