Skip to content

Commit a1af788

Browse files
committed
new version description
1 parent 47af30e commit a1af788

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "SmartSerial",
3-
"version": "1.0.0",
4-
"description": "A better serial library for Arduino, with practical functions.",
5-
"keywords": "serial, better, practically",
3+
"version": "1.0.1",
4+
"description": "A helpful serial library for Arduino, with practical functions.",
5+
"keywords": "serial, formatting, practically",
66
"repository":
77
{
88
"type": "git",

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=SmartSerial
2-
version=1.0.0
2+
version=1.0.1
33
author=Maurice Ziesmann
44
maintainer=Maurice Ziesmann <mauricezie@googlemail.com>
5-
sentence=Serial with practical functions
6-
paragraph=A better serial library for Arduino, with practical functions.
5+
sentence=Serial-Library with practical functions
6+
paragraph=A helpful serial library for Arduino, with practical functions.
77
category=Communication
88
url=https://github.com/Ziesie1/SmartSerial
99
architectures=*

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# SmartSerial
22

3-
Use Serial with practical functions.
3+
This library expand the Arduino Serial Library.
4+
5+
SmartSerial adds some practical functions, which facilitate the output of complex messages over the serial interface.
6+
47

58
## Easy way to concatenate primitives data types
69
Example:

0 commit comments

Comments
 (0)