Skip to content

Releases: wizard97/ArduinoRingBuffer

3.0-Beta

3.0-Beta Pre-release
Pre-release

Choose a tag to compare

@wizard97 wizard97 released this 26 Nov 03:32

This release significantly improves performance and overhead. The api is otherwise unchanged. Additionally, there are new macros to stack allocate and heap allocate the memory for the buffer.

ESP8266 Support

Choose a tag to compare

@wizard97 wizard97 released this 04 Jul 23:47

Library now supports the ESP8266 out of the box.

Added C++ Wrapper Class

Choose a tag to compare

@wizard97 wizard97 released this 30 Mar 10:16

All the C has been wrapped in a C++ class for those who prefer it. Several slight improvements in the methods themselves also.

Made RingBuf methods thread safe.

Choose a tag to compare

@wizard97 wizard97 released this 19 Jan 03:13

RingBuf methods are thread safe. However, in the process, now only compiles for AVR. Future improvements can include macros for cross-platform compatibility.

Initial release

Choose a tag to compare

@wizard97 wizard97 released this 18 Jan 05:03

Initial release. The library has been tested, commented, and a README has been added. The library includes a library.properties and a keywords.txt to conform to the Arduino IDE 1.5 specification.