We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8c325 commit 23e35edCopy full SHA for 23e35ed
1 file changed
examples/IMUIdentifier/IMUIdentifier.ino
@@ -40,8 +40,8 @@ const IMU IMUList[NUM_IMUS] =
40
{0x18, 0x19, 0x00, 0xFA, "BMI055 or BMX055", "3A,3G or 3A,3G,3M", true},
41
{0x1E, 0x1E, 0x0C, 0x33, "HMC5883L", "3M", true},
42
{0x0D, 0x0D, 0x0D, 0xFF, "QMC5883L", "3M", true},
43
- {0x0C, 0x0D, 0x01, 0x09, "AK8975", "3M", false},
44
- {0x0E, 0x0F, 0x01, 0x09, "AK8975", "3M", false},
+ {0x0C, 0x0D, 0x01, 0x09, "AK8975", "3M", true},
+ {0x0E, 0x0F, 0x01, 0x09, "AK8975", "3M", true},
45
{0x0C, 0x0D, 0x01, 0x9A, "AK8963", "3M", true},
46
{0x0E, 0x0F, 0x01, 0x9A, "AK8963", "3M", true},
47
{0x13, 0x10, 0x40, 0x32, "BMM150", "3M", false},
0 commit comments