mirror of
https://github.com/apache/nuttx.git
synced 2025-12-09 03:33:51 +08:00
Documentation: Add entry for ESP32-[C3|C6|H2]'s buttons defconfig
This commit adds an entry on Documentation regarding ESP32-C3, ESP32-C6 and ESP32-H2 boards that implement the `buttons` defconfig Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
f6a051ab2f
commit
2080617a8e
@@ -153,6 +153,21 @@ You can check that the sensor is working by using the ``bmp180`` application::
|
||||
Pressure value = 91526
|
||||
Pressure value = 91525
|
||||
|
||||
buttons
|
||||
-------
|
||||
|
||||
This configuration shows the use of the buttons subsystem. It can be used by executing
|
||||
the ``buttons`` application and pressing the ``BOOT`` button on the board::
|
||||
|
||||
nsh> buttons
|
||||
buttons_main: Starting the button_daemon
|
||||
buttons_main: button_daemon started
|
||||
button_daemon: Running
|
||||
button_daemon: Opening /dev/buttons
|
||||
button_daemon: Supported BUTTONs 0x01
|
||||
nsh> Sample = 1
|
||||
Sample = 0
|
||||
|
||||
coremark
|
||||
--------
|
||||
|
||||
|
||||
@@ -120,6 +120,21 @@ You can check that the sensor is working by using the ``bmp180`` application::
|
||||
Pressure value = 91526
|
||||
Pressure value = 91525
|
||||
|
||||
buttons
|
||||
-------
|
||||
|
||||
This configuration shows the use of the buttons subsystem. It can be used by executing
|
||||
the ``buttons`` application and pressing the ``BOOT`` button on the board::
|
||||
|
||||
nsh> buttons
|
||||
buttons_main: Starting the button_daemon
|
||||
buttons_main: button_daemon started
|
||||
button_daemon: Running
|
||||
button_daemon: Opening /dev/buttons
|
||||
button_daemon: Supported BUTTONs 0x01
|
||||
nsh> Sample = 1
|
||||
Sample = 0
|
||||
|
||||
capture
|
||||
--------
|
||||
|
||||
|
||||
@@ -99,6 +99,21 @@ You can check that the sensor is working by using the ``bmp180`` application::
|
||||
Pressure value = 91526
|
||||
Pressure value = 91525
|
||||
|
||||
buttons
|
||||
-------
|
||||
|
||||
This configuration shows the use of the buttons subsystem. It can be used by executing
|
||||
the ``buttons`` application and pressing the ``BOOT`` button on the board::
|
||||
|
||||
nsh> buttons
|
||||
buttons_main: Starting the button_daemon
|
||||
buttons_main: button_daemon started
|
||||
button_daemon: Running
|
||||
button_daemon: Opening /dev/buttons
|
||||
button_daemon: Supported BUTTONs 0x01
|
||||
nsh> Sample = 1
|
||||
Sample = 0
|
||||
|
||||
coremark
|
||||
--------
|
||||
|
||||
|
||||
@@ -119,6 +119,21 @@ You can check that the sensor is working by using the ``bmp180`` application::
|
||||
Pressure value = 91526
|
||||
Pressure value = 91525
|
||||
|
||||
buttons
|
||||
-------
|
||||
|
||||
This configuration shows the use of the buttons subsystem. It can be used by executing
|
||||
the ``buttons`` application and pressing the ``BOOT`` button on the board::
|
||||
|
||||
nsh> buttons
|
||||
buttons_main: Starting the button_daemon
|
||||
buttons_main: button_daemon started
|
||||
button_daemon: Running
|
||||
button_daemon: Opening /dev/buttons
|
||||
button_daemon: Supported BUTTONs 0x01
|
||||
nsh> Sample = 1
|
||||
Sample = 0
|
||||
|
||||
coremark
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user