Skip to content

Commit 0a9d97d

Browse files
committed
Update readme.md
1 parent 60d3842 commit 0a9d97d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ PacketCommand
22
=============
33
A simple light-weight Wiring/Arduino library to dispatch binary packet commands
44
to user configurable handler functions. The style of the API was inspired heavily
5-
by a fork of [Arduino-SerialCommand](https://github.com/p-v-o-s/Arduino-SerialCommand);
6-
the orginal version of that library was written by [Steven Cogswell](http://husks.wordpress.com) (published May 23, 2011 in his blog post ["A Minimal Arduino Library for Processing Serial Commands"](http://husks.wordpress.com/2011/05/23/a-minimal-arduino-library-for-processing-serial-commands/)).
7-
5+
by a fork of [Arduino-SerialCommand](https://github.com/p-v-o-s/Arduino-SerialCommand) - the
6+
original version of that library was written by [Steven Cogswell](http://husks.wordpress.com)
7+
(published May 23, 2011 in his blog post
8+
["A Minimal Arduino Library for Processing Serial Commands"](http://husks.wordpress.com/2011/05/23/a-minimal-arduino-library-for-processing-serial-commands/)).
89

910
The term "packet" here is used to refer to a variable length grouping of bytes that has a well-defined structure. A
1011
valid packet must start with a variable length byte sequence that is

0 commit comments

Comments
 (0)