RingBuf

Data Storage

A library for buffering items into a ring (circular/FIFO) buffer
This library is perfect for capturing pin states, timestamps, etc.. during an ISR. Then in void loop(), the buffer can be asynchronously processed whenever your program has free time.

Author: D. Aaron Wisner (daw268@cornell.edu)

Maintainer: D. Aaron Wisner (daw268@cornell.edu)

Read the documentation

Compatibility

This library is compatible with the avr, esp8266 architectures so you should be able to use it on the following Arduino boards:

Compatibility Note

Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.

Releases

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