Releases: wizard97/ArduinoRingBuffer
Releases · wizard97/ArduinoRingBuffer
3.0-Beta
ESP8266 Support
Added C++ Wrapper Class
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.
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
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.