0
Every time I try to load the library DHT
return me this error, until today I could not make my dht22
work.
In file included from C: Program Files (x86) Arduino Libraries DHT-sensor-library-master DHT_U.cpp:22:0:
C: Program Files (x86) Arduino Libraries DHT-sensor-library-master DHT_U. h:25:29: fatal error: Adafruit_sensor. h: No such file or directory
#include "Adafruit_sensor. h"
You’ve followed in the footsteps of this link?
– Ismael
I got was missing the library. I downloaded and solved problem. VLW Ismael. Adafruit_sensor. h $ARDUINO_HOME$/Libraries/Adafruit_sensor/Adafruit_sensor. h.
– Eudo Junior