mirror of
https://github.com/apache/nuttx.git
synced 2026-08-03 05:09:00 +00:00
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>
11 lines
177 B
ReStructuredText
11 lines
177 B
ReStructuredText
=============
|
|
Input Devices
|
|
=============
|
|
|
|
.. toctree::
|
|
:caption: Supported Drivers
|
|
|
|
keypad.rst
|
|
sbutton.rst
|
|
|
|
See ``include/nuttx/input/*.h`` for registration information.
|