The laibrary allows following pin declaration when working with PCF8574
pcf8574.pinMode(P2, INPUT_PULLUP);
For me that would indicate existance of built in pullup resistors in PCF8574 chip and I believe that is not the case.
Someone hinted to me that if I declare expander pin this way the internal pullup resistors of Arduino I2C pins is used. But what if I declare all 8 pins on the expande this way.
Can someone clarify this to me.