# Basic Line Reading Example This example demonstrates how to use esp_linenoise to create an instance, read a line of input, and delete the instance. ## Key Features - Create a linenoise instance - Read a line from the user - Delete the instance ## Source See main/basic_line_reading.c for implementation.
To create a project from this example, run:
idf.py create-project-from-example "espressif/esp_linenoise=1.0.4:basic_line_reading"