Releases: ElectronicCats/mpu6050
Releases · ElectronicCats/mpu6050
v1.4.1
v1.4.0
Fix debug compilation bugs
Bug fixes:
- Print not declared variables
- Use
printf
as ArduinoSerial.print
Refactors:
- Improve DEBUG macro validation
v1.3.0
- Added sensitivity variation as a new Constructor
- Added get method to retrieve resolution
- Renamed dmpLinearAccelInWorld() method as dmpConvertToWorldFrame() since it needs to be used with gyro data as well
- Added example to show how to extract data required by ROS IMU message
- One doubt is whether 1G acceleration is 8192 or 16384 (At 2G resolution) because MPU datasheet says full range is 32768. For now using 8192 as it is hardcoded as gravity. Similarly using 16384 as max Gyro resolution. Please rectify this if wrong.
- Gravity value needs to be updated to use the new resolution variable to be completely compatible with resolution variation
v1.2.0
v1.0.2
Set fifo rate and MPU address
v1.0.1
Remove debug messages
v1.0.0
v0.6.0
v0.5.0
- Adding support for SAM architecture
- Fixing devicedId value
Thanks @sylvaneau