I'm attempting to update multiple DRVs at roughly 60hz. Given the overhead associated with managing the fact that they all have the same I2C address I'm unable to update more than two at 60hz. Are there any I2C switches that don't require an additional command to route the subsequent command? In other words, you could assign 8 I2C addresses to the switch and each address would route to an individual I2C device, all sharing the same I2C address? I'm hoping to avoid multi-threading and more complex FTDI setups. Thank you in advance - Kirk