Skip to content

Commit

Permalink
Changed include header
Browse files Browse the repository at this point in the history
  • Loading branch information
JVKran committed Mar 10, 2020
1 parent d1e65ad commit 2f92ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Test/Test.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Jochem van Kranenburg - jochemvk.duckdns.org - 9 March 2020
*/

#include "forcedClimate.hpp"
#include <forcedClimate.hpp>

// Pass a Wire object for I2C communication and the address of the BME280.
ForcedClimate climateSensor = ForcedClimate(Wire, 0x76);
Expand Down

0 comments on commit 2f92ffe

Please sign in to comment.