GY-63_MS5611/libraries/PCF8574
sseptillion b4ae62b533 Fixed (0.1.05) write could corrupt input
Because a write() used a read8() first, did the clear/set, then send it
back, you had an error if you did a write() on a pin while another input
was just pulled low externally

added readButton() and readButton8() which set the pin(s) high, read,
and then restore to last written state.

Also added begin() te get it in a known state
2016-04-28 22:07:01 +02:00
..
examples + test sketches 2013-09-30 18:23:20 +02:00
notes.txt added notes.txt (pcf8574) 2015-11-29 11:50:23 +01:00
PCF8574.cpp Fixed (0.1.05) write could corrupt input 2016-04-28 22:07:01 +02:00
PCF8574.h Fixed (0.1.05) write could corrupt input 2016-04-28 22:07:01 +02:00