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.
1 parent aabdaf6 commit 837088aCopy full SHA for 837088a
src/BoschSensorClass.h
@@ -64,8 +64,6 @@ class BoschSensorClass {
64
virtual int magneticFieldAvailable(); // Number of samples in the FIFO.
65
virtual float magneticFieldSampleRate(); // Sampling rate of the sensor.
66
67
- float getTemperature();
68
-
69
protected:
70
// can be modified by subclassing for finer configuration
71
virtual int8_t configure_sensor(struct bmm150_dev *dev);
@@ -97,4 +95,4 @@ class BoschSensorClass {
97
95
98
96
extern BoschSensorClass IMU_BMI270_BMM150;
99
#undef IMU
100
-#define IMU IMU_BMI270_BMM150
+#define IMU IMU_BMI270_BMM150
0 commit comments