Skip to content

Commit 16f9e39

Browse files
committed
Swap default I2C address to first in list
1 parent a054b9f commit 16f9e39

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

components/i2c/bme280/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"productURL": "https://www.adafruit.com/product/2652",
55
"documentationURL": "https://learn.adafruit.com/adafruit-bme280-humidity-barometric-pressure-temperature-sensor-breakout",
66
"published": true,
7-
"i2cAddresses": [ "0x76", "0x77" ],
7+
"i2cAddresses": [ "0x77", "0x76" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pressure", "altitude" ]
99
}

components/i2c/bme680/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"productURL": "https://www.adafruit.com/product/3660",
55
"documentationURL": "https://learn.adafruit.com/adafruit-bme680-humidity-temperature-barometic-pressure-voc-gas",
66
"published": true,
7-
"i2cAddresses": [ "0x76", "0x77" ],
7+
"i2cAddresses": [ "0x77", "0x76" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity", "pressure", "altitude", "gas-resistance" ]
99
}

components/i2c/bmp280/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"productURL": "https://www.adafruit.com/product/2651",
55
"documentationURL": "https://learn.adafruit.com/adafruit-bmp280-barometric-pressure-plus-temperature-sensor-breakout",
66
"published": true,
7-
"i2cAddresses": [ "0x76", "0x77" ],
7+
"i2cAddresses": [ "0x77", "0x76" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure", "altitude" ]
99
}

components/i2c/bmp388/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"productURL": "https://www.adafruit.com/product/3966",
55
"documentationURL": "https://learn.adafruit.com/adafruit-bmp388-bmp390-bmp3xx",
66
"published": true,
7-
"i2cAddresses": [ "0x76", "0x77" ],
7+
"i2cAddresses": [ "0x77", "0x76" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure", "altitude" ]
99
}

components/i2c/bmp390/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"productURL": "https://www.adafruit.com/product/4816",
55
"documentationURL": "https://learn.adafruit.com/adafruit-bmp388-bmp390-bmp3xx",
66
"published": true,
7-
"i2cAddresses": [ "0x76", "0x77" ],
7+
"i2cAddresses": [ "0x77", "0x76" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure", "altitude" ]
99
}

components/i2c/lps22hb/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"productURL": "https://www.adafruit.com/product/4633",
55
"documentationURL": "https://learn.adafruit.com/adafruit-lps25-pressure-sensor",
66
"published": true,
7-
"i2cAddresses": [ "0x5C", "0x5D" ],
7+
"i2cAddresses": [ "0x5D", "0x5C" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
99
}

components/i2c/lps25hb/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"productURL": "https://www.adafruit.com/product/4530",
55
"documentationURL": "https://learn.adafruit.com/adafruit-lps25-pressure-sensor",
66
"published": true,
7-
"i2cAddresses": [ "0x5C", "0x5D" ],
7+
"i2cAddresses": [ "0x5D", "0x5C" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
99
}

components/i2c/lps33hw/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"productURL": "https://www.adafruit.com/product/4414",
55
"documentationURL": "https://learn.adafruit.com/lps35hw-water-resistant-pressure-sensor",
66
"published": true,
7-
"i2cAddresses": [ "0x5C", "0x5D" ],
7+
"i2cAddresses": [ "0x5D", "0x5C" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
99
}

components/i2c/lps35hw/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"productURL": "https://www.adafruit.com/product/4258",
55
"documentationURL": "https://learn.adafruit.com/lps35hw-water-resistant-pressure-sensor",
66
"published": true,
7-
"i2cAddresses": [ "0x5C", "0x5D" ],
7+
"i2cAddresses": [ "0x5D", "0x5C" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
99
}

components/i2c/mcp9601/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"documentationURL": "https://learn.adafruit.com/adafruit-mcp9601",
66
"description": "Thermocouple / ambient temperature sensor. *Note* Needs hotplugging after i2c scans + selecting component!",
77
"published": false,
8-
"i2cAddresses": [ "0x60", "0x61", "0x62", "0x63", "0x64", "0x65", "0x66", "0x67"],
8+
"i2cAddresses": [ "0x67", "0x66", "0x65", "0x64", "0x63", "0x62", "0x61", "0x60"],
99
"subcomponents": [
1010
{
1111
"displayName": "Ambient Temperature (°C)",

0 commit comments

Comments
 (0)