Lines Matching refs:button
1 .. zephyr:code-sample:: button
10 A simple button demo showcasing the use of GPIO input with interrupts.
11 The sample prints a message to the console each time a button is pressed.
13 .. NOTE:: If you are looking into an implementation of button events with
20 The board hardware must have a push button connected via a GPIO pin. These are
23 The button must be configured using the ``sw0`` :ref:`devicetree <dt-guide>`
36 will be turned on when the button is pressed, and turned off off when it is
68 label = "User button";
82 meant to apply to the button, such as ``(GPIO_PULL_UP | GPIO_ACTIVE_LOW)``
105 :zephyr-app: samples/basic/button
113 the serial console. When the input button gets pressed, the interrupt handler