Multiple I2C Slave Addresses (more than 2)
Is there a way to handle a lot of discrete I2C slave addresses; I can't cover all the different addresses I need with the standard two addresses + masks without covering unwanted ones that I don't want to be ACK'd.I'm wondering if there's a way the c...