



We downloaded the latest GitHub build of Arduino IDE to try out the recently-merged dependency manager (not available in the public release) and it is awesome!
The Adafruit DHT library is one of the most popular libraries for Arduino, but a lot of people don’t read the guide so they miss on installing the Adafruit Sensor library dependency!
Soon, the Arduino IDE will handle this automatically by looking in the library.properties file for a new “depends” configuration string. You can add any number of dependencies here and the user will be prompted to install them. So far it is working great, don’t forget to update your library.properties file and do a GitHub version update/release so that as this is included in the next version of the IDE you will be ready. If you want to test the IDE, download the latest hourly build.
Related
- Library dependency manager coming to Arduino IDE – Adafruit.
- Time to Say Goodbye to Arduino and Go On to Micropython/ Adafruit Circuitpython? by Andreas Spiess – Adafruit.
- Issue 17 – HackSpace magazine – “Our favorite Arduino-compatible boards” - Adafruit.
- Top 10 Arduino library downloads – Adafruit.
No comments:
Post a Comment