You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying pynrf24. I don't use IRQ in my device, but don't know how to use this library in this case. The begin() method seems to require the IRC pin:
I'm trying pynrf24. I don't use IRQ in my device, but don't know how to use this library in this case. The
begin()
method seems to require the IRC pin:But if I pass a random GPIO pin, the code
radio.available(pipe)
doesn't work.The text was updated successfully, but these errors were encountered: