Skip to content

Release 1.0.2

Compare
Choose a tag to compare
@Koryphon Koryphon released this 29 Nov 10:38
· 26 commits to master since this release

Version 1.0.2 fixes a name conflict problem between the template previously named RingBuffer and a RingBuffer class used in the ARM version of Arduino core. In this version, the RingBuffer template has been renamed to RingBuf and the RingBuffer.h file has been renamed to RingBuf.h.

To use version 1.0.2 you must change your #include <RingBuffer.h> to #include <RingBuf.h>. The changelog has been integrated into the README. Functionally speaking there are no other changes.