Missing implementation of getTemperature() #27
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
The library declares a
BoschSensorClass::getTemperature()
function:Arduino_BMI270_BMM150/src/BoschSensorClass.h
Line 67 in aabdaf6
But if you try to use it:
compilation fails due to the declared function not being implemented:
I see from its datasheet that the sensor does support temperature readings.
The text was updated successfully, but these errors were encountered: