I2C stop() during read()?
Topic last updated
13 Apr 2012, by
John-Paul Gignac.
0 replies
I2C,
i2cmaster,
stop
I'm using I2C.stop() in a Timeout handler to interrupt I2C.read(). It seems to do exactly what I wanted. Should I be concerned about hidden data corruption? Is there a recommended alternative way of interrupting I2C.read()?
Please log in to post a reply.
I'm using I2C.stop() in a Timeout handler to interrupt I2C.read(). It seems to do exactly what I wanted. Should I be concerned about hidden data corruption? Is there a recommended alternative way of interrupting I2C.read()?