Hi,
I’m using the PublishQueueAsyncRK Lib with a FRAM, so it use i2c to read/write data into the Fram.
Wondering if I add other i2c devices (like i2c lipo gauge, i2c led driver) on the same i2c bus, would they interfer?
As the PublishQueueAsyncRK is async and using threads, all i2c read or write on the Fram could occure at another time when calling the function. If i’m using other function that use the i2c bus anywhere else in the code (for the other i2c device) is it possible that it could corrupt the read or write messages done by PublishQueueAsyncRK in the FRAM ?
Or this is handled directly in the Wire Library ?
Sorry for this noob question but wondering how i2c bus priority is handled as 2 function using i2c can theoretically run in the same time especially if one is used in a thread.
Thanks in advance
Nicolas