Implementation of Queue Data Structure for Arduino Boards.
This library implements Queue Data Structure for Arduino using statically allocated and fixed length array. Its implementation follows a circular buffer implementation which uses modulo arithmetic.
| Filename | Release Date | File Size |
|---|---|---|
| CircularQueue-1.1.0.zip | 2022-06-01 | 9.69 KiB |
| CircularQueue-1.0.0.zip | 2022-05-01 | 9.61 KiB |