esp-rs / esp32-hal

A hardware abstraction layer for the esp32 written in Rust.
Apache License 2.0
192 stars 28 forks source link

Extended (RTC) GPIO functionality #42

Closed arjanmels closed 3 years ago

arjanmels commented 4 years ago

This pull request adds interrupt support and extends the RTC GPIO support. I think it is now (nearly) feature complete.

MabezDev commented 3 years ago

This looks great! I am really liking how the GPIO traits are shaping up. Thanks!