/SimpleShell

A simple way to add a command line interface to your Arduino project.

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

SimpleShell

What is SimpleShell

SimpleShell is a quick way to create commands, and control your arduino using serial.

Type 'help' for a list of commands.
> help
Commands:
- helloworld
>

It will at some point implement tab completion.

How to use it

See examples/HelloWorld/HelloWorld.ino for a simple example of a command.