Skip to content

Commit

Permalink
Updated README.ms
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbirccyn committed Jan 24, 2024
1 parent 5cf084d commit 1605f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A simple and easy to use ring buffer library for Arduino. Interrupt safe functio

## Changelog

- 1.0.5 Add the possibility of preserving the buffer through a reset. Thanks to @vstepchik for the example.
- 1.0.5 Add the possibility of preserving the buffer through a reset. Thanks to Vitalii Stepchyk (@vstepchik) for the example.
- 1.0.4 Added methods to push an element and overwrite the oldest data.
- 1.0.3 Changed the way templates are instanciated. Now, a size greater than 255 is allowed and leads to a uint16_t datatype used for size and index. In addition, wrong size are detected and a compilation error is emited. Added example ```BigBuffer``` with a size over 255.
- 1.0.2 Changed the name of the template from RingBuffer to RingBuf in order to avoid a name conflict with and internal RingBuffer class used in the ARM version of the Arduino core.
Expand Down

0 comments on commit 1605f0f

Please sign in to comment.