Hello.
I need connect two MCP23S17 to Raspberry. I have already designed the hardware, both chips share same SPI bus, each one with a different Chip select.
I have check WiringPi library, but seem this do not allow select two different chip select pin, but access by two SPi ports and if several chips share same port then each chip must to be wired with a different address.
So, my question is if its possible work with WiringPi, two MCP23S17 chips, sharing same SPI bus, same address, but different Chip Select.
Or if its not possible, if somebody know another MCP23S17 library that allow work with two different chip select pins to share two chips in same SPI bus. Im testing now the Piface library, also for MCP23s17, I hope this allow.
Kind Regards

