Hello I am Jos and I just starting using Arduino
I have started a project with a dht 22 sensor
mine problem is that when I declarere the library
#include <DHT.h>;
the compiler gives a error cannot find file.
I added the file with add library.
also I put the file in the file where I have the program stored.
can someone help me?
Jos