Tool/software: Code Composer Studio
Hello,
I'm trying to analyze the MPU6050Callback code in mpu6050.c from sensorlib.
The state machine in the code is neatly written with a "case" statement describing what happens in every state.
Only one state isn't described with a "case" statement: MPU6050_STATE_IDLE
Why is the idle case an exception ?