Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

ESP32 GPIO HAL #2402

Open
YTvW opened this issue Aug 25, 2020 · 3 comments
Open

ESP32 GPIO HAL #2402

YTvW opened this issue Aug 25, 2020 · 3 comments

Comments

@YTvW
Copy link

YTvW commented Aug 25, 2020

Is your feature request related to a problem? Please describe.
Using any GPIO function is introducing a hard dependency on the esp specific libraries

Describe the solution you would like.
A GPIO implementation to use with the iot_gpio hardware abstraction

Additional context
being able to switch between hardware without having to rewrite parts of the software that uses GPIO (most software does) would be very nice

Thank you!

@mingyue86010
Copy link
Contributor

Hello,

Thank you for submitting the request, this feature is implemented by this PR #1946 which will be merged soon.

Thank you!
Regards,

Ming

@YTvW
Copy link
Author

YTvW commented Sep 10, 2020

For the most part, except gpio. That PR contains common io for i2c, spi and uart, but not for gpio

@mingyue86010
Copy link
Contributor

mingyue86010 commented Sep 14, 2020

Hi Yrjan,

Sorry I was not check that PR carefully. You are correct. I will just keep this issue open with the feature request label and follow up with this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants