Compare commits

...

1 commit

Author SHA1 Message Date
tyeth
de11027e5f add(qmc5883p): raw event only for now 2025-08-26 20:36:50 +01:00

View file

@ -0,0 +1,14 @@
{
"displayName": "QMC5883P",
"vendor": "QST Corporation",
"productURL": "https://www.adafruit.com/product/6388",
"documentationURL": "https://learn.adafruit.com/adafruit-qmc5883p-triple-axis-magnetometer",
"published": false,
"i2cAddresses": [ "0x2C" ],
"subcomponents": [
{
"displayName": "Magnetic Magnitude (gauss)",
"sensorType": "raw"
}
]
}