We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0be07 commit 4680216Copy full SHA for 4680216
src/sensors/MagneticSensorI2C.h
@@ -14,7 +14,7 @@ struct MagneticSensorI2CConfig_s {
14
int data_start_bit;
15
};
16
// some predefined structures
17
-extern MagneticSensorI2CConfig_s AS5600_I2C,AS5048_I2C;
+extern MagneticSensorI2CConfig_s AS5600_I2C,AS5048_I2C, MT6701_I2C;
18
19
#if defined(TARGET_RP2040)
20
#define SDA I2C_SDA
0 commit comments