CircularQueue

Data Storage

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.

Author: Francis John N. Magallanes

Maintainer: Francis John N. Magallanes

Read the documentation

Go to repository

Compatibility

This library is compatible with all architectures so you should be able to use it on all the Arduino boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.