You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a technical limitation to why esp_hal::gpio::AnyOutput doesn't support set_drive_strength? If not, it should support it to have feature parity with Output.
If there is a reason this can't be done, is there a workaround that still allows creating an AnyOutput for the pin?
(Also, just want to say that the new API for pins is a huge improvement over the last time I was working with this over a year ago, nice work)
The text was updated successfully, but these errors were encountered:
There is no technical reason as far as I'm aware, this functionality simply has not been implemented yet. Would be happy to accept a PR for this, otherwise one of the maintainers can take a swing at it whenever they have some free time.
Is there a technical limitation to why esp_hal::gpio::AnyOutput doesn't support set_drive_strength? If not, it should support it to have feature parity with Output.
If there is a reason this can't be done, is there a workaround that still allows creating an AnyOutput for the pin?
(Also, just want to say that the new API for pins is a huge improvement over the last time I was working with this over a year ago, nice work)
The text was updated successfully, but these errors were encountered: