Warning
This python wrapper for the RF24 C++ library was not intended for distribution on pypi.org. Any such attempts to publish this package is unauthorized and unofficial.
We recommend using the newer pyRF24 package available from pypi because
- it is practically drop-in compatible
- easier to install or get updates with popular package managers like pip
- does not require the C++ libraries to be installed -- it uses its own isolated binaries
- includes wrappers for RF24, RF24Network, RF24Mesh libraries
- includes a new fake BLE implementation
- has its own dedicated documentation
- is compatible with python's builtin
help()
- includes typing stub files for type checking tools like mypy
The only reason that you should need to keep using these older individual python wrappers is if you must use python v3.6 or older.
You cannot use these individual wrappers in combination with the pyRF24 package.