Home→Forums→MonoBrick EV3 Firmware→I2C communication PCF8574AP→Reply To: I2C communication PCF8574AP
October 9, 2014 at 18:35
#4878

Bartłomiej Drozd
Participant
in datasheet for PCF8574A address is
0 1 1 1 A2 A1 A0 0
and my A2, A1, A0 is 0, so b01110000 = 0x70. i should read bytes, but i need only write bits… i don’t understand too much…
Follow