nuttx/Documentation/components/drivers/character/input/index.rst
Alan Carvalho de Assis 54b2381c42 drivers/input: Create Single Button Multi Actions
This commit creates a sbutton device that uses a single button to
create a keyboard driver that returns TAB or ENTER depending how
long the user keeps the button pressed.

Signed-off-by: Alan C. Assis <acassis@gmail.com>
2025-07-15 18:39:59 -03:00

11 lines
177 B
ReStructuredText

=============
Input Devices
=============
.. toctree::
:caption: Supported Drivers
keypad.rst
sbutton.rst
See ``include/nuttx/input/*.h`` for registration information.