iot_button_create() function
Init button functions
Arguments
gpio_num
GPIO index of the pin that the button uses
active_level
button hardware active level. For "BUTTON_ACTIVE_LOW" it means when the button pressed, the GPIO will read low level.
Return value
A button_handle_t handle to the created button object, or NULL in case of error.
Examples
iot_button_create() is referenced by 7 libraries and example projects: