Tool/software: Code Composer Studio
Hello,
When I use the "MPU6050Callback" function from Sensorlib - I get the following error when compiling:
"../main.c", line 68: error #20: identifier "MPU6050Callback" is undefined
I see that the mpu6050.c file (where this function is defined is indeed included in my project.
What can be the cause for the error ?