Hi,
I use BMI160 with STM32F4. I have driver from Bosch Sensortec (https://github.com/BoschSensortec/BMI160_driver) but i cannot get true value from sensor. I want to get gyro and accel values for x, y and z. I initialize the sensor. You can see here:
Then, I want to use these values from bmi160_defs_h:
But i get an error: 'x', 'y', 'z' undeclared, first use in this function. How can i fix it?
Please help.