• This repository has been archived on 22/Mar/2024
  • Stars
    star
    306
  • Rank 136,051 (Top 3 %)
  • Language
    C++
  • Created over 12 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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 (published May 23, 2011 in his blog post "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.