You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
name=RingBuf
2
-
version=1.2
2
+
version=1.3
3
3
author=D. Aaron Wisner (daw268@cornell.edu)
4
4
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
6
6
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.
0 commit comments