Synopsis
#define PCA9532_I2C_ADDR(ADx)  (0xc0 + 2*(ADx))
Description

PCA9532_I2C_ADDR returns the 8-bit I2C address for the PCA9532 for the address configuration signals AD0, AD1, and AD2 presented in ADx. AD0 is the least significant bit and AD2 is the most significant bit, hence 0x6 represents AD2=1, AD1=1, AD0=0.

The address is calculated as 0xc0 + 2*ADx.