Skip to content

Commit 5974a96

Browse files
authored
Merge pull request #281 from adafruit/add-bmp581
add(bmp581): datasheet docs for now
2 parents ed1e86d + 74f47b6 commit 5974a96

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"displayName": "BMP580",
3+
"vendor": "Bosch",
4+
"productURL": "https://www.adafruit.com/product/6411",
5+
"documentationURL": "https://cdn-shop.adafruit.com/product-files/6411/BMP580.pdf",
6+
"published": false,
7+
"i2cAddresses": [ "0x47", "0x46" ],
8+
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure", "altitude" ]
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"displayName": "BMP585",
3+
"vendor": "Bosch",
4+
"productURL": "https://www.adafruit.com/product/6413",
5+
"documentationURL": "https://cdn-shop.adafruit.com/product-files/6413/bst-bmp585-ds003.pdf",
6+
"published": false,
7+
"i2cAddresses": [ "0x47", "0x46" ],
8+
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure", "altitude" ]
9+
}

0 commit comments

Comments
 (0)