Skip to content

Commit 5b154e5

Browse files
authored
Merge pull request #249 from adafruit/default_i2c_addresses
Swap default I2C address to first in list
2 parents a054b9f + 5c3ae0c commit 5b154e5

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
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/bme688/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/5046",
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/dps310/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/4494",
55
"documentationURL": "https://learn.adafruit.com/adafruit-dps310-precision-barometric-pressure-sensor",
66
"published": true,
7-
"i2cAddresses": [ "0x76", "0x77" ],
7+
"i2cAddresses": [ "0x77", "0x76" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "pressure" ]
99
}

components/i2c/htu31d/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"displayName": "HTU31D",
3-
"vendor": "Measurement Specialties",
3+
"vendor": "TE Connectivity",
44
"productURL": "https://www.adafruit.com/product/2857",
5-
"documentationURL": "https://learn.adafruit.com/adafruit-sht31-d-temperature-and-humidity-sensor-breakout/",
5+
"documentationURL": "https://www.adafruit.com/product/4832",
66
"published": true,
77
"i2cAddresses": [ "0x40", "0x41" ],
88
"subcomponents": [ "ambient-temp", "ambient-temp-fahrenheit", "humidity" ]

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
}

0 commit comments

Comments
 (0)