mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
Fixed default of _dataOut
This commit is contained in:
parent
dddb9dd213
commit
2bfd32464b
@ -38,7 +38,7 @@ PCF8574::PCF8574(const uint8_t deviceAddress)
|
||||
// TWBR = 12; // 400KHz
|
||||
|
||||
_dataIn = 0;
|
||||
_dataOut = 0;
|
||||
_dataOut = 0xFF;
|
||||
|
||||
_error = PCF8574_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user