![]() |
nRF Connect SDK API 3.3.99
|
#include <stdint.h>#include <zephyr/drivers/gpio.h>Go to the source code of this file.
Functions | |
| int | button_handler_init (void) |
| Initialize button handler, with buttons defined in button_assignments.h. | |
| int | button_pressed (gpio_pin_t button_pin, bool *button_pressed) |
| Check button state. | |