Skip to content

Commit 353fdb3

Browse files
authored
Merge pull request #229 from adafruit/add-DS2484
Add DS2484 hosting DS18b20 temperature sensor
2 parents 3827c12 + 170bb53 commit 353fdb3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"displayName": "DS2484",
3+
"vendor": "Maxim Integrated",
4+
"productURL": "https://www.adafruit.com/product/5976",
5+
"documentationURL": "https://learn.adafruit.com/adafruit-dps310-precision-barometric-pressure-sensor",
6+
"description": "Adafruit DS2484 I2C to 1-Wire Bus Adapter Breakout - Converts a single DS18b20 temperature sensor to I2C",
7+
"published": false,
8+
"i2cAddresses": [ "0x18" ],
9+
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit" ]
10+
}

0 commit comments

Comments
 (0)