.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
requirements.txt
setup.py
.github/FUNDING.yml
.github/workflows/build.yml
.github/workflows/release.yml
circuitpython_nrf24l01/__init__.py
circuitpython_nrf24l01/fake_ble.py
circuitpython_nrf24l01/rf24.py
circuitpython_nrf24l01/rf24_lite.py
circuitpython_nrf24l01/rf24_mesh.py
circuitpython_nrf24l01/rf24_network.py
circuitpython_nrf24l01.egg-info/PKG-INFO
circuitpython_nrf24l01.egg-info/SOURCES.txt
circuitpython_nrf24l01.egg-info/dependency_links.txt
circuitpython_nrf24l01.egg-info/requires.txt
circuitpython_nrf24l01.egg-info/top_level.txt
circuitpython_nrf24l01/network/__init__.py
circuitpython_nrf24l01/network/constants.py
circuitpython_nrf24l01/network/mixins.py
circuitpython_nrf24l01/network/structs.py
circuitpython_nrf24l01/wrapper/__init__.py
circuitpython_nrf24l01/wrapper/cpy_spidev.py
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/requirements.txt
docs/troubleshooting.rst
docs/_static/Logo large.png
docs/_static/Logo large.xcf
docs/_static/custom_material.css
docs/_static/new_favicon.ico
docs/core_api/advanced_api.rst
docs/core_api/basic_api.rst
docs/core_api/ble_api.rst
docs/core_api/configure_api.rst
docs/network_docs/constants.rst
docs/network_docs/mesh_api.rst
docs/network_docs/network_api.rst
docs/network_docs/shared_api.rst
docs/network_docs/structs.rst
docs/network_docs/topology.rst
examples/nrf24l01_ack_payload_test.py
examples/nrf24l01_context_test.py
examples/nrf24l01_fake_ble_test.py
examples/nrf24l01_interrupt_test.py
examples/nrf24l01_manual_ack_test.py
examples/nrf24l01_multiceiver_test.py
examples/nrf24l01_network_test.py
examples/nrf24l01_scanner_test.py
examples/nrf24l01_simple_test.py
examples/nrf24l01_stream_test.py
tests/conftest.py
tests/requirements.txt
tests/test_fake_ble.py
tests/test_rf24.py
tests/test_rf24mesh.py
tests/test_rf24network.py
tests/test_structs.py