Skip to content

Commit 60d3842

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
PacketCommand
22
=============
33
A simple light-weight Wiring/Arduino library to dispatch binary packet commands
4-
to user configurable handler functions. The term "packet" here is used to refer
5-
to a variable length grouping of bytes that has a well-defined structure. A
4+
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+
8+
9+
The term "packet" here is used to refer to a variable length grouping of bytes that has a well-defined structure. A
610
valid packet must start with a variable length byte sequence that is
711
interpreted as its "type ID". A valid type ID is defined like this:
812
[```0x01-0xFE```] or [```0xFF01-0xFFFE```] or ```...```; that is, if it starts

0 commit comments

Comments
 (0)