MPU9250 Asukiaaa Versions Save

A library for arduino to read value of MPU9250.

1.5.13

1 year ago

Call beginMag again when cannot read values of mag on example

1.5.12

1 year ago

Show error number when cannot read

1.5.11

3 years ago

Add beginWireIfNull to readId.

1.5.10

3 years ago
  • Define constructor on cpp file
  • Handle address as a public const value

1.5.9

3 years ago
  • Set buffer as public value
  • Add LICENSE file

1.5.8

4 years ago

Change definition of constructor to avoid errors on compiling.

1.5.7

4 years ago

Correct calculation for offset values for mag on GetMagOffset.

1.5.6

4 years ago

Add keywords.txt

1.5.5

4 years ago

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

1.5.4

4 years ago

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