We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6725739 + d32d9be commit 7aad6edCopy full SHA for 7aad6ed
src/LPS25HBSensor.cpp
@@ -41,7 +41,6 @@
41
#include "Arduino.h"
42
#include "Wire.h"
43
#include "LPS25HBSensor.h"
44
-#include "LPS25HB_Driver.h"
45
46
47
/* Class Implementation ------------------------------------------------------*/
src/LPS25HBSensor.h
@@ -124,11 +124,11 @@ class LPS25HBSensor
124
}
125
126
private:
127
- /* Configuration */
128
- uint8_t address;
129
-
130
/* Helper classes. */
131
TwoWire *dev_i2c;
+
+ /* Configuration */
+ uint8_t address;
132
};
133
134
#ifdef __cplusplus
0 commit comments