gpio_set_direction() function
GPIO set direction Configure GPIO mode,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
Notes
This function always overwrite all the current modes that have applied on the IO pin
Examples
gpio_set_direction() is referenced by 16 libraries and example projects: