I thought writing a Hello World in C++ was easy, until I had to make one that is transmitted by 2 synchronized I2C masters sharing nothing else but a 7 bit I2C slave memory. All I found about multimaster I2C is that it isn't possible or even practical, well.. Hello multimaster-multislave I2C!
I thought writing a Hello World in C++ was easy, until I had to make one that is transmitted by 2 synchronized I2C masters sharing nothing else but a 7 bit I2C slave memory. All I found about multimaster I2C is that it isn't possible or even practical, well.. Hello multimaster-multislave I2C!