This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

Input dump

Overview

The Input Dump sample prints any input event using the Input APIs.

Requirements

The samples works on any board with an input driver defined in the board devicetree.

Building and Running

Build and flash as follows, changing nrf52dk/nrf52832 for your board:

west build -b nrf52dk/nrf52832 samples/subsys/input/input_dump
west flash

After starting, the sample will print any input event in the console.