Skip to content

Commit

Permalink
Add DS2484 hosting DS18b20 temperature sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Jul 18, 2024
1 parent 3827c12 commit 170bb53
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/i2c/ds2484/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"displayName": "DS2484",
"vendor": "Maxim Integrated",
"productURL": "https://www.adafruit.com/product/5976",
"documentationURL": "https://learn.adafruit.com/adafruit-dps310-precision-barometric-pressure-sensor",
"description": "Adafruit DS2484 I2C to 1-Wire Bus Adapter Breakout - Converts a single DS18b20 temperature sensor to I2C",
"published": false,
"i2cAddresses": [ "0x18" ],
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit" ]
}

0 comments on commit 170bb53

Please sign in to comment.