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