pedroluisdionisiofraga/cli-api

1.0.7

Latest
uploaded 5 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
    This example demonstrates CLI-API typed commands, GPIO interaction, and integration with system, WiFi, and NVS commands.
    20.59 KB
  • basic
    This example demonstrates the simplest way to use the CLI-API component by registering simple commands.
    4.10 KB