We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f18300a commit 12e754dCopy full SHA for 12e754d
src/SparkFunBME280.cpp
@@ -21,11 +21,6 @@ Distributed as-is; no warranty is given.
21
//See SparkFunBME280.h for additional topology notes.
22
23
#include "SparkFunBME280.h"
24
-#include "stdint.h"
25
-#include <math.h>
26
-
27
-#include "Wire.h"
28
-#include "SPI.h"
29
30
//****************************************************************************//
31
//
src/SparkFunBME280.h
@@ -37,6 +37,7 @@ Distributed as-is; no warranty is given.
37
#endif
38
39
#include <Wire.h>
40
+#include <SPI.h>
41
42
#define I2C_MODE 0
43
#define SPI_MODE 1
0 commit comments