-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Include <Adafruit_Sensor.h> error #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am having this issue. I've addded DHT but my build fails, since this file is not found. How can I do that? |
I am trying to copy the file manually intodht sensor folder in my travis build hope to get results from there. |
@torabian You have to manually copy and paste the file called "Adafruit_Sensor.h" from the repo @ViktorKovalev3 mentioned. Download (or clone) the repo, go to your Arduino library folder, locate the DHT library folder, and copy such file there. |
i just installed somekind of Unified Sensors library(by adafruit) and then it worked for me |
i need a help please, when i put to work this code this appear in IDH arduino:"Adafruit_Sensor.h: no such file or directory " what i can make ? |
@rafagildin You need to download and install the https://github.com/adafruit/Adafruit_Sensor library as well. |
This is still a pain, not sure why was this closed Library management in arduino has not reached full potential of other package managers like npm where dependencies of dependencies are installed automatically for a new comer its still going to be a problem as the library is not available in library manager in arduino |
you can comment here to support Arduino's efforts |
Same problem in PlatfomIO, I resolved by copy this in sketch.ino; |
Add Adafruit_Sensor.h in to the DHT sensor library. To avoid the issue of beginners.
The text was updated successfully, but these errors were encountered: