Chan in the I2C address of the TCA9548A
The bus address of the TCA9548A is changed by using the connections to
the A0, A1 and A2 pins. By default use of 0x 0 address, by wiring A0-A2 to
GND(LOW). Using the table below, it can be reconfigured to an address
between 0x 0 and 0x by matching the inputs to HIGH(5V) or LOW(GND):
INPUTS I2C BUS SLAVE ADDRESS
A2 A1 A0
L L L 112 (decimal), 0 (hexadecimal)
L L H 113 (decimal), 1 (hexadecimal)
L H L 114 (decimal), 2 (hexadecimal)
L H H 115 (decimal), 3 (hexadecimal)
H L L 116 (decimal), 4 (hexadecimal)
H L H 11 (decimal), 5 (hexadecimal)
H H L 118 (decimal), 6 (hexadecimal)
H H H 119 (decimal), (hexadecimal)
- 6 -