1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15:24:12 +01:00
Arduino/hardware/arduino/sam/libraries/Wire
Kevin Chang c92206909d SAM Wire: fixed NACK/timeout behavior of requestFrom() and available()
"readed" is no longer incremented in requestFrom() if
TWI_WaitByteReceived() gets a NACK or times out. This corrects the
behavior (return values) of requestFrom() and available() to match the
Arduino reference. Fixes arduino/Arduino#1311
2014-02-17 20:16:31 -08:00
..
examples Revert "Wire library to the 1.5 format" 2013-11-15 12:54:59 +01:00
keywords.txt Revert "Wire library to the 1.5 format" 2013-11-15 12:54:59 +01:00
Wire.cpp SAM Wire: fixed NACK/timeout behavior of requestFrom() and available() 2014-02-17 20:16:31 -08:00
Wire.h Revert "Wire library to the 1.5 format" 2013-11-15 12:54:59 +01:00