Compare commits
1 commit
main
...
add-qmc588
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de11027e5f |
1 changed files with 14 additions and 0 deletions
14
components/i2c/qmc5883p/definition.json
Normal file
14
components/i2c/qmc5883p/definition.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue