Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get pipeId from radio.available() check #24

Open
eigokor opened this issue Jan 22, 2016 · 0 comments
Open

Cannot get pipeId from radio.available() check #24

eigokor opened this issue Jan 22, 2016 · 0 comments

Comments

@eigokor
Copy link

eigokor commented Jan 22, 2016

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})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant