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.
- Host: GitHub
- URL: https://github.com/kroimon/Arduino-SerialCommand
- Owner: kroimon
- Archived: true
- Created: 2012-02-08T15:41:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T05:51:32.000Z (over 1 year ago)
- Last Synced: 2024-07-31T22:46:49.948Z (6 months ago)
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 306
- Watchers: 42
- Forks: 126
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- Awesome-arduino - Arduino-SerialCommand - A Wiring/Arduino library to tokenize and parse commands received over a serial port. (Libraries)
- awesome-arduino - Arduino-SerialCommand - A Wiring/Arduino library to tokenize and parse commands received over a serial port. (Libraries)
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.