embRTS
Full Member level 4
- Joined
- Sep 8, 2013
- Messages
- 201
- Helped
- 36
- Reputation
- 72
- Reaction score
- 33
- Trophy points
- 28
- Location
- Bangalore
- Activity points
- 1,191
Hi all I want to interface AVR(atmega32u4) with I/O expander and I want to control and regulate the pins of PCA9555 i/O expander so that I could blink some led's connected to I/O pins of PCA9555,
and also want to control the pins whichever i want to use
I have gone through I2c protocol it requires the device address of the PCA9555,
which is acting as Slave
so according to datasheet of PCA9555
it has A0,A1,A2 address bits but I am confused how to write values on those bits and Finally
How to control the I/O pins of PCA9555 with AVR
and also want to control the pins whichever i want to use
I have gone through I2c protocol it requires the device address of the PCA9555,
which is acting as Slave
so according to datasheet of PCA9555
it has A0,A1,A2 address bits but I am confused how to write values on those bits and Finally
How to control the I/O pins of PCA9555 with AVR