arduino-i2c-sen5x
arduino-i2c-sen5x copied to clipboard
Add links to dependencies
The example fails to compile unless users understand they need to download the core. This PR removes that hurdle.
The dependencies are documented in the Readme, as well as in the library.properties. They will automatically install if Arduino IDE is used.
Furthermore SensirionCore.h is not directly used by the example but through the SensirionI2CSen5x.h. There is no need to include it in the example.