ArduinoRingBuffer
ArduinoRingBuffer copied to clipboard
A Simple Interrupt Safe Ring (Circular) Buffer Queuing Library for Programming with Arduino's and other Embedded platforms
Is there a plan to add support for the SAMD arduinos? Perhaps integrating your SimplyAtomic library with this one? https://github.com/wizard97/SimplyAtomic
I'm curious if there is a way to add an option to add(), or a new call (push()?) that would *always* add to the queue by "pushing" the oldest item...
Hi, this is exactly what I would need in an ESP32 project, but the library is only targeted for AVR and ESP8266. I played a bit with the header file,...
Test cases are needed to validate changes to the library. Really want to merge the dev branch into master, but need to ensure there are no bugs. Any commits that...