This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C123GH6PM: Undifined MPU6050Callback function

Part Number: TM4C123GH6PM

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 ?