Skip to content

neilh10/Arduino-SerialCommand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SerialCommand

A Wiring/Arduino library to tokenize and parse commands received over a serial port. As an option for AVR processors -DSerialCommand_inFlash, commands are forced into flash. examples>useFlash/useFlash.pde ~ storing in flash examples>SerialCommandExample>SerialCommandExample.pde ~ original version that stores in ram

This fork has been tested with PlatformIO and target mega1284 Mayfly.

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

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%