Skip to content

Commit

Permalink
Changed include headers
Browse files Browse the repository at this point in the history
  • Loading branch information
JVKran committed Mar 10, 2020
1 parent 2f92ffe commit b1545f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.h>

// Pass a Wire object for I2C communication and the address of the BME280.
ForcedClimate climateSensor = ForcedClimate(Wire, 0x76);
Expand Down
2 changes: 1 addition & 1 deletion src/forcedClimate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Jochem van Kranenburg - jochemvk.duckdns.org - 9 March 2020
*/

#include "forcedClimate.hpp"
#include "forcedClimate.h"

/// \brief
/// Read 16 bits
Expand Down

0 comments on commit b1545f2

Please sign in to comment.