epsilonrt / piduino

Arduino API on Pi boards, the best of both worlds !
https://epsilonrt.fr/2019/01/piduino/
GNU Lesser General Public License v3.0
29 stars 7 forks source link

I2cDev::requestFrom() does not clean the list of I2C messages #13

Closed epsilonrt closed 5 years ago

epsilonrt commented 5 years ago

When performing an I2C read before writing, the write operation sends the bytes transmitted during the read operation.