Home→Forums→MonoBrick EV3 Firmware→I2C communication PCF8574AP→Reply To: I2C communication PCF8574AP
October 9, 2014 at 20:06
#4880

Bartłomiej Drozd
Participant
ok, i did that:
LcdConsole.WriteLine(BitConverter.ToString(pcf.ReadReg(2, 1)));
and i got “03” on lcd when i connect P0 to + and “02” when i connect P0 to -. So, register is just a number of port to read/write?
Follow