From 2f92ffec378977a1dc6bcc46fe0faf81864fc230 Mon Sep 17 00:00:00 2001 From: JVKran Date: Tue, 10 Mar 2020 16:20:33 +0100 Subject: [PATCH] Changed include header --- examples/Test/Test.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Test/Test.ino b/examples/Test/Test.ino index 87487ec..daa865a 100644 --- a/examples/Test/Test.ino +++ b/examples/Test/Test.ino @@ -3,7 +3,7 @@ Jochem van Kranenburg - jochemvk.duckdns.org - 9 March 2020 */ -#include "forcedClimate.hpp" +#include // Pass a Wire object for I2C communication and the address of the BME280. ForcedClimate climateSensor = ForcedClimate(Wire, 0x76);