pedroluisdionisiofraga/cli-api

1.1.0

Latest
uploaded 4 hours 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
    Demonstrates CLI-API commands with typed arguments, GPIO interaction, and system, WiFi, and NVS integration.
    20.19 KB
  • basic
    This example demonstrates the simplest way to use the CLI-API component: registering commands with cli_register_simple_command().
    3.69 KB