I have the pretty simple code (end of post) and every time I run it, it shows on my Serial this:
Checking hardware revision...
Revision @ user[16][6] = A5
Resetting memory bank selection to 0...
Looking at "MPU6050_6Axis_MotionApps20.h" code, it checks for the DEBUG to display those messages. So I tried adding the line below to the beginning, middle, end... of the code (end of post) and it does not matter, it always shows the debug information
@missdrew I also did the same as you but right at the top of that file I see that there was a DEBUG being defined and inside it it would set lots of DEBUG_PRINTLN... so I didnt even take a look at the rest of the file, I assume that any message being shown was because of the DEBUG being set somewhere in the code that I couldnt find (I CTRL+F all occurences and there was no DEBUG ser anywhere). Thank you anyway, helped me a lot!