You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@ PacketCommand
2
2
=============
3
3
A simple light-weight Wiring/Arduino library to dispatch binary packet commands
4
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
-
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/)).
8
9
9
10
The term "packet" here is used to refer to a variable length grouping of bytes that has a well-defined structure. A
10
11
valid packet must start with a variable length byte sequence that is
0 commit comments