- ESP_OK: Create GPIO bundle successfully - ESP_ERR_INVALID_ARG: Create GPIO bundle failed because of invalid argument - ESP_ERR_NO_MEM: Create GPIO bundle failed because of no capable memory - ESP_ERR_NOT_FOUND: Create GPIO bundle failed because of no enough continuous dedicated channels - ESP_FAIL: Create GPIO bundle failed because of other error
Notes
One has to enable at least input or output mode in "config" parameter.
Examples
dedic_gpio_new_bundle() is referenced by 3 libraries and example projects: