Skip to content

Commit d2d646a

Browse files
committed
Bumped version
1 parent a5bb431 commit d2d646a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name=RingBuf
2-
version=1.2
2+
version=1.3
33
author=D. Aaron Wisner (daw268@cornell.edu)
44
maintainer=D. Aaron Wisner (daw268@cornell.edu)
5-
sentence=A library for buffering items into a ring (circular) buffer
5+
sentence=A library for buffering items into a ring (circular/FIFO) buffer
66
paragraph=This library is perfect for capturing pin states, timestamps, etc.. during an ISR. Then in void loop(), the buffer can be asynchronously processed whenever your program has free time.
77
category=Data Storage
88
url=https://github.com/wizard97/ArduinoRingBuffer

0 commit comments

Comments
 (0)