# Touch Interface Example This example shows how to expose a touch controller through the shared `espp::ITouchDevice` runtime interface. ## How to use example ### Build and Flash Build the project and flash it to the board, then run monitor tool to view serial output: ``` idf.py -p PORT flash monitor ``` (Replace PORT with the name of the serial port to use.) (To exit the serial monitor, type ``Ctrl-]``.)
To create a project from this example, run:
idf.py create-project-from-example "espp/touch=1.1.3:example"