Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/kroimon/Arduino-SerialCommand

A Wiring/Arduino library to tokenize and parse commands received over a serial port.
https://github.com/kroimon/Arduino-SerialCommand

Last synced: 3 months ago
JSON representation

A Wiring/Arduino library to tokenize and parse commands received over a serial port.

Lists

README

        

SerialCommand
=============
A Wiring/Arduino library to tokenize and parse commands received over a serial port.

The original version of this 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/)).

This is a heavily modified version with smaller footprint and a cleaned up code by Stefan Rado.