ho installato le librerie di arduino di "dht11.h"
ma a me appare questo messaggio:
block_py:19:10: fatal error: dht11.h: No such file or directory #include <dht11.h>
^~~~~~~~~
compilation terminated.
exit status 1
dht11.h: No such file or directory
Trovata libreria non valida in C:
It is normal for the name of the folder containing the library to match the name of the .h file. This is not strictly necessary but it does make things easier
Please post the complete sketch that you are trying to compile, using < CODE/ > tags when you do, and tell us where you got it from
Have you tried any of the examples that came with the DFRobot_DH11 library ?
What files are in that highlighted library folder ?