Skip to content

Releases: wizard97/ArduinoRingBuffer

3.0-Beta

26 Nov 03:32
Compare
Choose a tag to compare
3.0-Beta Pre-release
Pre-release

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

04 Jul 23:47
Compare
Choose a tag to compare

Library now supports the ESP8266 out of the box.

Added C++ Wrapper Class

30 Mar 10:16
Compare
Choose a tag to compare

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.

19 Jan 03:13
Compare
Choose a tag to compare

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

18 Jan 05:03
Compare
Choose a tag to compare

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.