I've never used the NRF24L01+ module before, and I want to use it to communicate with some PIC controlled lighting. I also want to use the Pi with a touchscreen. Both need the MOSI/MISO pins - does that essentially mean it's on or the other, but not both?
So I connect the MOSI/MISO/SCLK in parallel, and since my touchscreen is using CE1 on the GPIO header, and can't be changed, I need to simply recompile a library for the NRF24L01+ that uses CE0?
(I say simply, it looks daunting, but I'm determined!)