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];