Hello,
I'm a student and I had a question on how the i2c_address works. For example, in the data sheet it says that the i2c address pin is used to select the device's address. If it is pulled high, it gives a range of address values 0x20, 0x22, 0x25 and pulled low it gives 0x40, 0x42, 0x45. If for example, I route a gpio pin from a mcu to this i2c_address pin and I signal it high, I will get either 0x20, 0x22, or 0x25 as the address? Is there any way to choose which one you get?
Thanks,
Josh