Skip to content

Commit

Permalink
Merge pull request #224 from adafruit/fix-mcp3421
Browse files Browse the repository at this point in the history
Fix: MCP3421 - Set datatype to RAW
  • Loading branch information
tyeth authored May 23, 2024
2 parents 609802c + 0af700b commit c8df38f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/i2c/mcp3421/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"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",
"description": "18-bit ADC. Great for Strain Gauges, Thermocouples and Pressure sensors, between 0 and 2.048 volts",
"published": false,
"i2cAddresses": [ "0x68" ],
"subcomponents": [
{
"displayName": "ADC Reading (Volts)",
"displayName": "ADC Reading",
"defaultPeriod": 30,
"sensorType": "voltage"
"sensorType": "raw"
}
]
}

0 comments on commit c8df38f

Please sign in to comment.