Is it possible to send an SMBus quick write and quick read using the TWI hardware?
The sequence is:
<START><ADDRESS><R/W><ACK><STOP>
I can send the address, but I don't seem to have an event that detects the ACK on the address without actually sending a byte. (I can, however, detect a NACK just fine).
Thanks.