Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 209 Bytes

File metadata and controls

8 lines (7 loc) · 209 Bytes

Module used to create a circular buffer for bytes

Use this module to store data in a circular buffer

Build this module standalone for testing

mkdir build
cd build
cmake .. -DC_BUFFER_TEST=ON
make