gpio_set_intr_type() function
GPIO set interrupt trigger type
Arguments
gpio_num
GPIO number. If you want to set the trigger type of e.g. of GPIO16, gpio_num should be GPIO_NUM_16 (16);
intr_type
Interrupt type, select from gpio_int_type_t
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error
Examples
gpio_set_intr_type() is referenced by 5 libraries and example projects: