Skip to content

Commit ad0393c

Browse files
authored
Update library.properties
1 parent 00f665a commit ad0393c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=Shox96 Promem
1+
name=Shox96 Progmem Compression
22
version=1.0
33
author=Arundale Ramanathan
44
maintainer=Arun <[email protected]>
5-
sentence=Compress short strings and messages and save space on Flash (PROGMEM)
6-
paragraph=This library allows storing of compressed text strings in Arduino Program Memory and provides API to retrieve each string individually using index.
5+
sentence=Compress short strings and messages using Shox96 technique and save space on Flash (PROGMEM)
6+
paragraph=This library allows storing of compressed text strings in Arduino Program Memory and provides API to retrieve each string individually using index. It is based on Shox96 hybrid encoding technique.
77
category=Data Storage
88
url=https://github.com/siara-cc/Shox96_Arduino_Progmem_lib
99
architectures=*

0 commit comments

Comments
 (0)