SHTC3 sensor ( temperature and humidity ) driver problem with I2C
Hello everybody,
I'm working on implementing the driver of shtc3 sensor ( temperature and humidity sensor) with an stm32L152xx microcontroller. I'm using the code example provided by the manufacturer( https://github.com/Sensirion/shtc3-stm-sample-project/tree/master/Source ) but, I replaced I2C functions with HAL functions provided by ST. However, there are some I2C write fucntions into some registers without the data to write which confuses me and I'm not able to make it work or just read the sensor id. Any suggestions or clarifications is more than welcome.
Thanks in advance !
