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
Traceback (most recent call last):
File "reciver.py", line 76, in
while radio.available(pipe):
Boost.Python.ArgumentError: Python argument types in
RF24.available(RF24, list)
did not match C++ signature:
available(RF24 {lvalue})
The text was updated successfully, but these errors were encountered:
In original nRF24 C library there is an option to return pipe id, which has some data to read
bool RF24::available ( uint8_t * pipe_num)
http://maniacbug.github.io/RF24/classRF24.html#a127105eb7a3b351cfe777c1cec50627a
Is is supported somehow for this python version?
Traceback (most recent call last):
File "reciver.py", line 76, in
while radio.available(pipe):
Boost.Python.ArgumentError: Python argument types in
RF24.available(RF24, list)
did not match C++ signature:
available(RF24 {lvalue})
The text was updated successfully, but these errors were encountered: