File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/i2c/drivers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
#include " WipperSnapper_I2C_Driver.h"
22
22
23
- #define SEALEVELPRESSURE_HPA (1013.25 ) // /< Default sea level pressure, in hPa
23
+ #define SEALEVELPRESSURE_HPA (1013.25 ) // /< Default sea level pressure, in hPa
24
24
25
25
/* *************************************************************************/
26
26
/* !
29
29
*/
30
30
/* *************************************************************************/
31
31
class WipperSnapper_I2C_Driver_BMP5XX : public WipperSnapper_I2C_Driver {
32
- public:
32
+ public:
33
33
/* ******************************************************************************/
34
34
/* !
35
35
@brief Constructor for an BMP5XX sensor.
@@ -131,8 +131,8 @@ class WipperSnapper_I2C_Driver_BMP5XX : public WipperSnapper_I2C_Driver {
131
131
return true ;
132
132
}
133
133
134
- protected:
135
- Adafruit_BMP5xx *_bmp5xx; // /< BMP5xx object
134
+ protected:
135
+ Adafruit_BMP5xx *_bmp5xx; // /< BMP5xx object
136
136
};
137
137
138
138
#endif // WipperSnapper_I2C_Driver_BMP5XX
You can’t perform that action at this time.
0 commit comments