float h = dht.readHumidity(); float t = dht.readTemperature();. if (isnan(h) || isnan(t)) { Serial.println(“Failed to read from DHT sensor!
確定! 回上一頁