News

The "PCF8574" chip is an I2C I/O expander that free some of your Arduino pins by controlling them over I2C. The PCF8574 is directly powered by the 5v rail of your arduino and let you control 8 I/O ...
A while ago I received a couple of I/O port expander modules that use the I 2 C protocol. Using that Chinese module, you can use only the SDA and SCL pins of your Arduino, or any microcontroller ...
The PCF8574_LH library provides a simple interface for controlling the PCF8574 I/O expander using the I2C communication protocol. It allows you to read and write values to the PCF8574's registers, ...