eadf
eadf
I found this comment: "We dropped case-insensitive matching with TortoiseGit 2.3.7, ..." (and that was four years ago) So it could be as you say. You could try and install...
It looks like `I2CDEVLIB_WIRE_BUFFER_LENGTH` should be used instead of `BUFFER_LENGTH`.
What's the printout from `Serial.println(HZ__);`?
I'm asking because from your example it's not clear if you ever call `NoDMPsetup()`
I could have sworn I made an experiment with template specializations that solved that problem (some 5+ years ago) But I can't find the source anymore. Maybe the idea is...
If we had a development branch I could check-in quick fixes like this. The community could then take part in the testing. What do you think @jrowberg? You will still...
I've just pushed an updated `MPU6050::dmpGetYawPitchRoll()` implementation to the 'develop' branch. The new roll value (thanks @yonoodle) can detect if the device is upside down. The old roll could not....
#216 seems to be the better choice. I think the develop branch can be archived now, as it is badly out of date.
Hm, I don't know what the best solution is. Maybe just leave it for a few days so we can evaluate the content
Well, this solution is in master MPU6050_6Axis_MotionApps_V6_12.h now. (Can't find #216) Close?