Skip to content

Helienzo/c_buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A generic circular buffer implementation for uint8_t bytes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published