arduino-libraries / Arduino_LSM6DSOX

GNU Lesser General Public License v2.1
20 stars 17 forks source link

[Feature Request] Access embedded temperature sensor #7

Closed julienmartin84 closed 3 years ago

julienmartin84 commented 3 years ago

Hello!

I saw in the Nano RP2040 Connect documentation that the ST LSM6DSOXTR has an embedded temperature sensor. The Arduino library does not allow access to its value for the moment. Could it be possible to have access to it?

Thank you!

aentinger commented 3 years ago

Hi @julienmartin84 :wave: Here you've got it (#9) :wink:

julienmartin84 commented 3 years ago

Thank you. I will test it today!

Edit: it's working fine 😉 @aentinger Is the sensor precision limited to integer? Also, do you have an idea of when this change will be available in a new library version?