NicoEichen

Results 3 comments of NicoEichen

i think this is important, i was working on my program using dht22 and i try to see what happen if sensor is not connected, to create an error condition...

After experimenting a bit more i get to the problem. so the problem is in: uint32_t DHT::expectPulse(bool level) in DHT.cpp the variable maxcycles gets the value 72000. The count variable...

just to add to the preview comment, now when i got no lecture it return float value nan, so i create de function: `float h = dht.readHumidity(); //Leemos la Humedad...