Skip to content

Commit

Permalink
Add MCP3421 18-bit ADC definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed May 17, 2024
1 parent bb2e61f commit 6dc4bd1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions components/i2c/mcp3421/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"displayName": "MCP3421",
"vendor": "Microchip",
"productURL": "https://www.adafruit.com/product/5870",
"documentationURL": "https://learn.adafruit.com/adafruit-mcp3421-18-bit-adc",
"description": "18-ADC. Great for Strain Gauges, Thermocouples and Pressure sensors, between 0 and 2.048 volts",
"published": false,
"i2cAddresses": [ "0x68" ],
"subcomponents": [
{
"defaultPeriod": 30,
"type": "voltage"
}
]
}

0 comments on commit 6dc4bd1

Please sign in to comment.