CircuitPython_nRF24L01
CircuitPython_nRF24L01 copied to clipboard
CircuitPython driver library for the nRF24L01 transceiver.
[`collections.dequeue`](https://docs.python.org/3/library/collections.html#collections.deque) could be used for the FIFO objects in RF24Network/Mesh layers. Currently, I had to roll my own implementation (based on a basic list object) to circumvent the lack of...
This ports changes from the following recent PRs to the pure python codebase: - nRF24/RF24Network#227 - nRF24/RF24Mesh#238 - nRF24/RF24Mesh#240 - nRF24/RF24Mesh#244 - nRF24/RF24#955 - nRF24/RF24Mesh#250
Currently `resend()` is designed to be used like `send()` without uploading a payload. I think it would help user code that is async-oriented if `rewrite()` is abstracted from `resend()` (similar...
Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 7.1.6 to 7.2.0 Release notes Sourced from astral-sh/setup-uv's releases. v7.2.0 🌈 add outputs python-version and python-cache-hit Changes Among some...