jamesbowman / i2cdriver

I2CDriver open source tools
https://i2cdriver.com/
BSD 3-Clause "New" or "Revised" License
184 stars 57 forks source link

Register read command does not return ARB|TO|ACK status bits #50

Open lukehutch opened 4 years ago

lukehutch commented 4 years ago

The register read command 'r' in the serial API does not seem to have any way of returning success/error status (it is missing a return byte similar to the ARB|TO|ACK bits returned by the other commands).