esp-rs / esp32-hal

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

Add `rt` feature to allow usage without runtime. #38

Closed reitermarkus closed 4 years ago

reitermarkus commented 4 years ago

I'm curious as to what your use case for it is?

This way I can reuse the GPIO peripheral from here in my esp32-hello example instead of maintaining my own GPIO module.

MabezDev commented 4 years ago

Perfect, thanks!