How to write library for LSM6DSOWTR
I am trying to interface LSM6DSOWTR with stm32 using I2c interface. This is the schematic i have made for this module

While connecting SD0/SA0 is connected to GND, I have tried to run the I2C scanner and found that it its address is 0x6A but in the main code i am unable to get the accelerometer and gyroscope value from its address.
In the attachment, i have attached main.c, and the library created for it.
