arduino-pico/libraries/Wire
Earle F. Philhower, III 4076bf85ab Fix INPUT_PULLUP/DOWN, I2C 0-len probes, timeout
Fix the drive logic for pullup and pulldown inputs.

Add a bitbanged I2C ACK checker for 0-byte I2C transfers (since the HW
doesn't support it).

Add a timeout on I2C reads and writes so they don't hang forever if a
device is not present.

Fixes #38
2021-03-27 19:50:31 -07:00
..
examples/TalkingToMyself Add I2C slave support and include a simple example 2021-03-27 15:07:10 -07:00
keywords.txt Clean up SPI library info 2021-03-16 22:11:16 -07:00
library.properties Clean up SPI library info 2021-03-16 22:11:16 -07:00
Wire.cpp Fix INPUT_PULLUP/DOWN, I2C 0-len probes, timeout 2021-03-27 19:50:31 -07:00
Wire.h Fix INPUT_PULLUP/DOWN, I2C 0-len probes, timeout 2021-03-27 19:50:31 -07:00