Skip to content

Commit 6de0e25

Browse files
committed
library.properties - fixed wording
1 parent 9472c16 commit 6de0e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name=StreamLib
22
version=1.0.4
33
author=Juraj Andrassy
44
maintainer=Juraj Andrassy <[email protected]>
5-
sentence=BufferedPrint stream for effective networking. ChunkedStream for HTTP chunked encoding. CStringBulder builds a c-string with Print class methods. And printf() function with formatting String from F macro.
6-
paragraph=BufferedPrint is a simple class implementing Arduino Print class. It stores the data in a buffer until the buffer is full or flush() is called. The buffer is then printed to the underlying stream. CStringBuilder is a simple class to print content to a c-string (zero terminated char array). Additionally BufferedPrint and CStringBuilder have printf with support of formatting String from F() macro.
5+
sentence=BufferedPrint stream for efficient networking. ChunkedStream for HTTP chunked encoding. CStringBulder builds a c-string with Print class methods. And printf() function with formatting string from F macro.
6+
paragraph=BufferedPrint is a simple class implementing Arduino Print class. It stores the data in a buffer until the buffer is full or flush() is called. The buffer is then printed to the underlying stream. CStringBuilder is a simple class to print content to a c-string (zero terminated char array). Additionally BufferedPrint and CStringBuilder have printf with support of formatting string from F() macro.
77
category=Other
88
url=https://github.com/jandrassy/StreamLib
99
architectures=*

0 commit comments

Comments
 (0)