nRF24 / CircuitPython_nRF24L01

CircuitPython driver library for the nRF24L01 transceiver.
http://circuitpython-nrf24l01.rtfd.io/
MIT License
45 stars 11 forks source link

CirPy will provide collections.dequeue in v8.0.0 #42

Open 2bndy5 opened 2 years ago

2bndy5 commented 2 years ago

collections.dequeue 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 a proper dequeue implementation in CircuitPython (despite the fact that CPyhon on Linux can already use this implementation).

Staying tuned to CirPy releases... (see v8.0.0-beta release description)