Skip to content

Releases: asukiaaa/MPU9250_asukiaaa

1.5.13

25 Feb 14:50
Compare
Choose a tag to compare

Call beginMag again when cannot read values of mag on example

1.5.12

18 Jun 03:23
Compare
Choose a tag to compare

Show error number when cannot read

1.5.11

08 Dec 09:23
Compare
Choose a tag to compare

Add beginWireIfNull to readId.

1.5.10

31 Oct 05:21
Compare
Choose a tag to compare
  • Define constructor on cpp file
  • Handle address as a public const value

1.5.9

31 Oct 05:13
Compare
Choose a tag to compare
  • Set buffer as public value
  • Add LICENSE file

1.5.8

13 May 01:36
Compare
Choose a tag to compare

Change definition of constructor to avoid errors on compiling.

1.5.7

07 Nov 10:38
Compare
Choose a tag to compare

Correct calculation for offset values for mag on GetMagOffset.

1.5.6

17 Oct 12:57
Compare
Choose a tag to compare

Add keywords.txt

1.5.5

28 Aug 03:25
Compare
Choose a tag to compare

Update method to create accel and gyro values to get correct negative maximum values.

1.5.4

06 Jul 04:49
Compare
Choose a tag to compare

Call while(!Serial) after Serial.begin().