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 275d46b commit ed01890Copy full SHA for ed01890
components/i2c/bmp581/definition.json
@@ -0,0 +1,9 @@
1
+{
2
+ "displayName": "BMP581",
3
+ "vendor": "Bosch",
4
+ "productURL": "https://www.adafruit.com/product/6407",
5
+ "documentationURL": "https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmp581-ds004.pdf",
6
+ "published": false,
7
+ "i2cAddresses": [ "0x47", "0x46" ],
8
+ "subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure", "altitude" ]
9
+}
0 commit comments