Skip to content

Commit 23e35ed

Browse files
committed
Add AK8975 addresses as supported
1 parent da8c325 commit 23e35ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/IMUIdentifier/IMUIdentifier.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ const IMU IMUList[NUM_IMUS] =
4040
{0x18, 0x19, 0x00, 0xFA, "BMI055 or BMX055", "3A,3G or 3A,3G,3M", true},
4141
{0x1E, 0x1E, 0x0C, 0x33, "HMC5883L", "3M", true},
4242
{0x0D, 0x0D, 0x0D, 0xFF, "QMC5883L", "3M", true},
43-
{0x0C, 0x0D, 0x01, 0x09, "AK8975", "3M", false},
44-
{0x0E, 0x0F, 0x01, 0x09, "AK8975", "3M", false},
43+
{0x0C, 0x0D, 0x01, 0x09, "AK8975", "3M", true},
44+
{0x0E, 0x0F, 0x01, 0x09, "AK8975", "3M", true},
4545
{0x0C, 0x0D, 0x01, 0x9A, "AK8963", "3M", true},
4646
{0x0E, 0x0F, 0x01, 0x9A, "AK8963", "3M", true},
4747
{0x13, 0x10, 0x40, 0x32, "BMM150", "3M", false},

0 commit comments

Comments
 (0)