Skip to content

Commit 837088a

Browse files
authored
Fix: remove function definition for not implemented function "getTemperature". (#28)
1 parent aabdaf6 commit 837088a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/BoschSensorClass.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ class BoschSensorClass {
6464
virtual int magneticFieldAvailable(); // Number of samples in the FIFO.
6565
virtual float magneticFieldSampleRate(); // Sampling rate of the sensor.
6666

67-
float getTemperature();
68-
6967
protected:
7068
// can be modified by subclassing for finer configuration
7169
virtual int8_t configure_sensor(struct bmm150_dev *dev);
@@ -97,4 +95,4 @@ class BoschSensorClass {
9795

9896
extern BoschSensorClass IMU_BMI270_BMM150;
9997
#undef IMU
100-
#define IMU IMU_BMI270_BMM150
98+
#define IMU IMU_BMI270_BMM150

0 commit comments

Comments
 (0)