Skip to content

Commit c18c126

Browse files
committed
Updat release info.
1 parent 8dfc207 commit c18c126

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 @@
11
name=PacketSerial
2-
version=1.0.2
2+
version=1.1.0
33
author=Christopher Baker <[email protected]>
44
maintainer=Christopher Baker <[email protected]>
5-
sentence=A small, efficient library for sending serial data packets.
6-
paragraph=PacketSerial is an small, efficient, library that allows Arduinos to send and receive serial data packets that include bytes with any value (0-255). A packet is simply an array of bytes.
5+
sentence=An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.
6+
paragraph=PacketSerial is an small, efficient, library that allows Arduinos to send and receive serial data packets (with COBS, SLIP or a user-defined encoding) that include bytes of any value (0 - 255). A packet is simply an array of bytes.
77
category=Communication
88
url=https://github.com/bakercp/PacketSerial
99
architectures=*

0 commit comments

Comments
 (0)