gpio_sleep_set_direction() function
GPIO set direction at sleep Configure GPIO direction,such as output_only,input_only,output_and_input
Arguments
gpio_num
Configure GPIO pins number, it should be GPIO number. If you want to set direction of e.g. GPIO16, gpio_num should be GPIO_NUM_16 (16);
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG GPIO error
Examples
gpio_sleep_set_direction() is referenced by 1 libraries and example projects: