arduino-i2c-sen5x icon indicating copy to clipboard operation
arduino-i2c-sen5x copied to clipboard

Add links to dependencies

Open nseidle opened this issue 1 year ago • 1 comments

The example fails to compile unless users understand they need to download the core. This PR removes that hurdle.

nseidle avatar Feb 16 '24 03:02 nseidle

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.

psachs avatar Jul 23 '24 12:07 psachs