pedroluisdionisiofraga/cli-api

1.0.2

Latest
uploaded 1 month ago
CLI API is a component for ESP-IDF that provides a simple and efficient way to create command-line interfaces (CLI) for ESP32-based applications. It allows developers to easily define and manage CLI commands, making it easier to interact with the device and perform various tasks through a terminal interface.

2 examples

  • advanced
    This example demonstrates the full capabilities of the CLI-API component, including typed argument commands and GPIO hardware interaction, as well as…
    20.35 KB
  • basic
    This example demonstrates the simplest way to use the CLI-API component: registering commands with cli_register_simple_command(). Simple commands…
    4.03 KB