How to read temperature values from registers in arduino nano 33 ble

I am using arduino nano 33 ble for temperature extraction but I need to get raw datas from registers before it converting into any degree celsius/fahrenheit.How to read temperature values from registers in arduino nano 33 ble (Temp Sensor HTS221 , I2C Protocol)

Thanks for your reply .that part already completed, but need to extract the raw values which are stored by ADC in sensors and need to make some changes on the temperature conversion formula.How it should be done ?

So you need to dive into the source of

Arduino_HTS221.h

library

Your topic has been moved to a more suitable location on the forum. Installation and Troubleshooting is not for problems with (nor for advice on) your project :wink: See About the Installation & Troubleshooting category.