goebish / nrf24_multipro

nRF24L01 multi-protocol RC transmitter
GNU General Public License v3.0
477 stars 197 forks source link

[Question] SoftSPI #39

Closed npag closed 6 years ago

npag commented 6 years ago

Hi! Is software SPI supported on all pins? Or must a certain pin offer a certain feature for it to work? For example PWM for a MISO pin? I'd like to use all the analog pins for the connection of the nrf24 module but I cannot say for certain if I will run into any long term problems.

goebish commented 6 years ago

You can use any pin, but don't forget to modify the outputs (PCx for AIN pins).

npag commented 6 years ago

Okay thank you for the information, I will look into it.