You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ondřej Hruška
4b297bc4dc
|
9 years ago | |
---|---|---|
circbuf | 9 years ago | |
matcher | 9 years ago | |
meanbuf | 9 years ago | |
LICENSE | 9 years ago | |
README.md | 9 years ago |
README.md
Buffers
This is a collection of useful buffer modules for C programs.
- circbuf - generic circular buffer, queue, stack
- matcher - pattern matcher for character streams
- meanbuf - averaging (smoothing) buffer.
Please see READMEs in the project folders for more details.
The buffers were developed for embedded microcontrollers (STM32, AVR), but can be used anywhere, they are fully portable.
Pull requests to add new buffers or improve the current ones are welcome!