Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Releases: gabriel-milan/TinyMPU6050

Merge PR

09 Apr 17:03
Compare
Choose a tag to compare

Merging @Jozo132's PR #17.

This makes data processing faster by replacing divisions w/ multiplications.

Thanks @Jozo132!

Fix examples and merge PRs

06 Apr 17:57
Compare
Choose a tag to compare

Merging pull requests

11 Mar 13:47
Compare
Choose a tag to compare

This release fixes issues on 0.5.0 due to lack of attention.

Pull requests merged:
#14
#13

Thanks @edgar-bonet !

Major fix!

10 Mar 17:39
Compare
Choose a tag to compare

Fixes

  • New calibration method, for the previous one was always locking the code in an infinite loop.

Diffs

  • Remove calibration for the accelerometer.

Improvements

Future

  • Change calibration method (again) in order to assure better accuracy.

Fix examples from 0.4.2

28 Mar 17:37
Compare
Choose a tag to compare
0.4.3

Changed library.properties for launching release 0.4.3

Fix 0.4.1

20 Mar 16:16
Compare
Choose a tag to compare

Fixes

  • Not found "deadzone" and "deadzoneThreshold" attributes;
  • "may be uninitialized" warnings.

Fixed issues

20 Mar 12:40
Compare
Choose a tag to compare

Fixes

  • Missing call for "begin" method of Wire.h

Adds

  • Added gets/sets methods for the accel and gyro deadzones, since in some cases calibration would not converge at all.