uploaded 2 months 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, GPIO hardware interaction, and…
    20.33 KB
  • basic
    This example demonstrates the simplest way to use the CLI-API component: registering commands with cli_register_simple_command(). It covers basic…
    4.44 KB