arduino-libraries / Arduino_LSM6DS3

LSM6DS3 Library for Arduino
GNU Lesser General Public License v2.1
30 stars 31 forks source link

Access on-chip temperature sensor #9

Closed woolseyj closed 1 year ago

woolseyj commented 4 years ago

Requesting an enhancement to include access to the on-chip temperature sensor available on the LSM6DS3 device which can be accessed from the OUT_TEMP_L (0x20) and OUT_TEMP_H (0x21) registers.

iLikePieTM commented 4 years ago

Hey @woolseyj, I just added a pull request with temperature sensor support: #12

woolseyj commented 4 years ago

That is great, thank you.