SimpleQueue

A simple, lightweight queue implementation for Arduino.

Author
Michael Silveus
Maintainer
michaelsilveus@gmail.com
Website
https://github.com/msilveus/SimpleQueue
Category
Data Storage
License
NOASSERTION
Library Type
Contributed
Architectures
Any

SimpleQueue is a generic queue implementation that supports any data type, with push, pop, peek, and cyclic operations. The user is required to add their own thread safety mechanism if needed, a simple semaphore should work

Downloads

Filename Release Date File Size
SimpleQueue-1.0.0.zip 2025-02-11 9.64 KiB