A Wiring/Arduino library to tokenize and parse commands received over a serial port.
This fork assumes the following command structure:
command<space>argument1,argument2,...,argumentN
The original version of this library was written by Steven Cogswell (published May 23, 2011 in his blog post "A Minimal Arduino Library for Processing Serial Commands").
This is a fork of the heavily modified version with smaller footprint and a cleaned up code by Stefan Rado.