A library that implements a powerful Command-Line Interpreter (CLI). The CLI receives its command over the Serial interface and translates them into callback function calls.
Main features:
- Passing of arguments to the callback function
- Multiple aliases per command
- Help screen
- Automatic text formatting
Usage examples:
- https://github.com/microfarad-de/li-charger
- https://github.com/microfarad-de/pi-ups
- https://github.com/microfarad-de/smart-pump
- https://github.com/microfarad-de/tcs-intercom
- https://github.com/microfarad-de/fridge-controller
Git commands:
git submodule add ssh://git@github.com/arduino-library/Cli src/Cligit submodule add https://github.com/arduino-library/Cli src/Cli