Skip to content

Commit ca9f055

Browse files
committed
Added library.properties file
1 parent 7484ff7 commit ca9f055

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=RingBuf
2+
version=1.1
3+
author=D. Aaron Wisner (daw268@cornell.edu)
4+
maintainer=D. Aaron Wisner (daw268@cornell.edu)
5+
sentence=A library for buffering items into a ring (circular) buffer
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.
7+
category=Data Storage
8+
url=https://github.com/wizard97/ArduinoRingBuffer
9+
architectures=*

0 commit comments

Comments
 (0)