HTS221 sensor driver
In CubeMX the HTS221 driver was chosen.

While looking to use the sensor within the code, i can't find any documentation how to initialize the sensor.
In the HTS221 headerfile i can find: HTS221_Init(HTS221_Object_t *pObj)
This function uses a HTS221_Object_t*!

Though to fill in the structs no documentation is been given.
Perhaps I'm looking in the wrong place but in the X-CUBE-MEMS1 repository I can't find the documentation.
Is there documentation or an example how to use the HTS221 driver?
I've used the Bosch BME280 sensor before and that driver is very well documentated.
I am new to STM32 and i've chosen to work with STM32 and the HTS221 for 100 CAN nodes with a HTS221 sensor.
Help appreciated.
