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.
2 parents 9f429e3 + 224eda0 commit d589e51Copy full SHA for d589e51
components/i2c/qmc5883p/definition.json
@@ -0,0 +1,14 @@
1
+{
2
+ "displayName": "QMC5883P",
3
+ "vendor": "QST Corporation",
4
+ "productURL": "https://www.adafruit.com/product/6388",
5
+ "documentationURL": "https://learn.adafruit.com/adafruit-qmc5883p-triple-axis-magnetometer",
6
+ "published": true,
7
+ "i2cAddresses": [ "0x2C" ],
8
+ "subcomponents": [
9
+ {
10
+ "displayName": "Magnetic Magnitude (gauss)",
11
+ "sensorType": "raw"
12
+ }
13
+ ]
14
+}
0 commit comments