libraries

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

(deleted)

Remove the ';' at the end of the #include line

Welcome GHOP (grey haired old p*sser).

Most libraries contain one or more examples on how to use that library.

Review these to see how things should be done.

.