This library provides variable length ring buffering with software FIFO(First-in, First-out). This library overwrites when the buffer is full.

Dependents:   AsyncSerial AsyncSerial AsyncSerial AsyncSerialh

Revision:
2:fa27aa055777
Parent:
1:fe6b5355c973
Child:
3:137a7245f990
diff -r fe6b5355c973 -r fa27aa055777 FIFO.cpp
--- a/FIFO.cpp	Sat Jun 17 09:06:44 2017 +0000
+++ b/FIFO.cpp	Sat Jun 17 09:13:12 2017 +0000
@@ -4,7 +4,7 @@
  @brief	 	1Byte Software FIFO(First-in, First-out)
  
  This library provides variable length ring buffering with software FIFO(First-in, First-out).
- This library overwrite when the buffer is full.
+ This library overwrites when the buffer is full.
  
  @author	T.Kawamura
  @version	2.1