Modifications

Aller à : navigation, rechercher

CellarKare

62 octets supprimés, 16 juin 2015 à 20:44
Le code
// On vérifie que les lectures on bien été réalisées. Si pas, on quitte
// la boucle pour ré-essayer
// Check if any reads failed and exit early (to try again).
if (isnan(hum) || isnan(tempC) || isnan(tempF)) {
Serial.println("Lecture sur le capteur DHT ratée");

Menu de navigation