Skip to content

Commit cfe03c7

Browse files
authored
Merge pull request #225 from adafruit/publish-NAU7802-MCP3421
Publish NAU7802 + MCP3421
2 parents 91f76ba + 0214fb9 commit cfe03c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/i2c/mcp3421/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"productURL": "https://www.adafruit.com/product/5870",
55
"documentationURL": "https://learn.adafruit.com/adafruit-mcp3421-18-bit-adc",
66
"description": "18-bit ADC. Great for Strain Gauges, Thermocouples and Pressure sensors, between 0 and 2.048 volts",
7-
"published": false,
7+
"published": true,
88
"i2cAddresses": [ "0x68" ],
99
"subcomponents": [
1010
{

components/i2c/nau7802/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"productURL": "https://www.adafruit.com/product/4538",
55
"documentationURL": "https://learn.adafruit.com/adafruit-nau7802-24-bit-adc-stemma-qt-qwiic/overview",
66
"description": "24-bit ADC with 128x gain, used with a load cell for weight/force sensing",
7-
"published": false,
7+
"published": true,
88
"i2cAddresses": [ "0x2A"],
99
"subcomponents": [
1010
{

0 commit comments

Comments
 (0)