You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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)
The text was updated successfully, but these errors were encountered: