Skip to content

Commit c8df38f

Browse files
authored
Merge pull request #224 from adafruit/fix-mcp3421
Fix: MCP3421 - Set datatype to RAW
2 parents 609802c + 0af700b commit c8df38f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/i2c/mcp3421/definition.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"vendor": "Microchip",
44
"productURL": "https://www.adafruit.com/product/5870",
55
"documentationURL": "https://learn.adafruit.com/adafruit-mcp3421-18-bit-adc",
6-
"description": "18-ADC. Great for Strain Gauges, Thermocouples and Pressure sensors, between 0 and 2.048 volts",
6+
"description": "18-bit ADC. Great for Strain Gauges, Thermocouples and Pressure sensors, between 0 and 2.048 volts",
77
"published": false,
88
"i2cAddresses": [ "0x68" ],
99
"subcomponents": [
1010
{
11-
"displayName": "ADC Reading (Volts)",
11+
"displayName": "ADC Reading",
1212
"defaultPeriod": 30,
13-
"sensorType": "voltage"
13+
"sensorType": "raw"
1414
}
1515
]
1616
}

0 commit comments

Comments
 (0)