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 2020
2121#include " WipperSnapper_I2C_Driver.h"
2222
23- #define SEALEVELPRESSURE_HPA (1013.25 ) // /< Default sea level pressure, in hPa
23+ #define SEALEVELPRESSURE_HPA (1013.25 ) // /< Default sea level pressure, in hPa
2424
2525/* *************************************************************************/
2626/* !
2929*/
3030/* *************************************************************************/
3131class WipperSnapper_I2C_Driver_BMP5XX : public WipperSnapper_I2C_Driver {
32- public:
32+ public:
3333 /* ******************************************************************************/
3434 /* !
3535 @brief Constructor for an BMP5XX sensor.
@@ -131,8 +131,8 @@ class WipperSnapper_I2C_Driver_BMP5XX : public WipperSnapper_I2C_Driver {
131131 return true ;
132132 }
133133
134- protected:
135- Adafruit_BMP5xx *_bmp5xx; // /< BMP5xx object
134+ protected:
135+ Adafruit_BMP5xx *_bmp5xx; // /< BMP5xx object
136136};
137137
138138#endif // WipperSnapper_I2C_Driver_BMP5XX
You can’t perform that action at this time.
0 commit comments