Skip to content

Commit 9c66b1a

Browse files
authored
Update README.md
1 parent 5fcb0b0 commit 9c66b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ArduinoRingBuffer
1+
# Embedded RingBufCPP
22

33
This is a simple ring (FIFO) buffer queuing library for embedded platforms, such as Arduino's. This library is based on a previous one I wrote, only now in C++ instead of C. It uses C++'s templating, so weird no more weird pointer casting, and deep copies of objects are supported. It has concurrency protection built in, so feel free to do operations
44
on the buffer inside of ISR's. All memory is statically allocated at compile time, so no heap memory is used. It can buffer any fixed size object (ints, floats, structs, objects, etc...).

0 commit comments

Comments
 (0)