sebastienNEC
sebastienNEC
Oh, one important extra limitation: due to the asynchronous nature, it's possible/realistic that users could make a second call to CI2CMasterIRQ::StartWriteRead() while a first transaction is not done yet. For...
I can of course do these modifications if you'd like, or feel free to do them on your side as part of checking the code if you prefer :)
Will do ! One question: the driver shares quite a bit of code with the regular CI2CMaster class. Is it ok to inherit from that class, in order not to...
Ok I've implemented the changes above, I think it's cleaner now. [i2c-master-irq.zip](https://github.com/rsta2/circle/files/14465691/i2c-master-irq.zip)