cafehaine / SimpleShell

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 100.0%