jpbarraca / pynrf24

Python port of the RF24 library for NRF24L01+ radios.
GNU General Public License v2.0
152 stars 84 forks source link

Change SPI0 to SPI1 RPi3 #39

Closed KyluAce closed 3 years ago

KyluAce commented 5 years ago

Hello, there is an option to change default SPI0 to SPI1 ? I'm trying to add display to RPi3 and I have spi conflict.

jpbarraca commented 3 years ago

Yes you can do it in the begin method. Check the examples.