User Activity

I have MPU6050 accerlometer, i need to interface with stm32f0 (via I2C).Firstly i am check if the sensor is responding by reading the"WHO_AM_I (0x75)" Register.If the sensor responds with 0x68, this means it’s available and good to go.but the code is...