• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boards/03-Aug-2024-148120

src/03-Aug-2024-146

CMakeLists.txtD03-Aug-2024192 85

KconfigD03-Aug-2024184 117

README.rstD03-Aug-2024649 2919

prj.confD03-Aug-202481 64

sample.yamlD03-Aug-2024222 1312

README.rst

1.. zephyr:code-sample:: input-dump
2   :name: Input dump
3   :relevant-api: input_events
4
5   Print all input events.
6
7Overview
8********
9
10The Input Dump sample prints any input event using the :ref:`input` APIs.
11
12Requirements
13************
14
15The samples works on any board with an input driver defined in the board devicetree.
16
17Building and Running
18********************
19
20Build and flash as follows, changing ``nrf52dk/nrf52832`` for your board:
21
22.. zephyr-app-commands::
23   :zephyr-app: samples/subsys/input/input_dump
24   :board: nrf52dk/nrf52832
25   :goals: build flash
26   :compact:
27
28After starting, the sample will print any input event in the console.
29