From 0082ec367751a3be0f11a75662416118ed855f75 Mon Sep 17 00:00:00 2001 From: Nathan Seidle Date: Thu, 15 Feb 2024 20:48:06 -0700 Subject: [PATCH] Add links to dependencies --- examples/exampleUsage/exampleUsage.ino | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/examples/exampleUsage/exampleUsage.ino b/examples/exampleUsage/exampleUsage.ino index c92a103..548f34b 100644 --- a/examples/exampleUsage/exampleUsage.ino +++ b/examples/exampleUsage/exampleUsage.ino @@ -35,9 +35,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include -#include -#include +#include // Click here to get the library: http://librarymanager/All#Sensirion_Core_Base + +#include // Click here to get the library: http://librarymanager/All#Sensirion_Sen5x +SensirionI2CSen5x sen5x; // The used commands use up to 48 bytes. On some Arduino's the default buffer // space is not large enough @@ -49,8 +50,6 @@ #define USE_PRODUCT_INFO #endif -SensirionI2CSen5x sen5x; - void printModuleVersions() { uint16_t error; char errorMessage[256];