Skip to content

Commit 74f47b6

Browse files
committed
add(bmp5xx): definitions for BMP580/BMP585
1 parent ed01890 commit 74f47b6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-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": "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)