Hi all
I am making a interface between an ESC and a telemetry module ( Spektrum TM1000 )
The TM1000 has a x-BUS, normal I2C bus. The ESC returns a lot of data that I want to display on my DX8 transmitter
But here is the problem. Current sensor , has a different address (0x03) as power box, capacity and voltage ( 0x0a ) I want to react with the arduino on both
address, I think it is possible with a TWAMR masking register. But now the question, Dis somebody already changed twi.c to support
multiple slave addresses. I don't rely know much about the I2C protocol, So I need to start from scratch to do this. It would be a shame if somebody already made it.
Bart