Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

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

Description

@eigokor

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions