Skip to content

arduino-library/Cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cli

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:

Git commands:

  • git submodule add ssh://git@github.com/arduino-library/Cli src/Cli
  • git submodule add https://github.com/arduino-library/Cli src/Cli

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%