Skip to content

TomHyhlik/c_buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c_Buffer

Basic library for buffering received data via serial interface such as UART in embedded system. The Buffer has fixed size 256 B and data are buffered circularily in overwrite or non-overwrite mode. That means that if the buffer is full and remains unprocessed, the new received data will overwrite the old data or the new received data will be lost.

todo:

Example with overwrite mode

About

Basic c lib implementing circular buffer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published