esp-rs / esp32-hal

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

Cleanups, Added Led example #79

Closed Nereuxofficial closed 2 years ago

Nereuxofficial commented 2 years ago

Main Thing that may be useful are the cleanups, but maybe the Example is also a nice addition, though it could be smaller

MabezDev commented 2 years ago

Thanks @Nereuxofficial! Theses changes look good!

Just an FYI, we are starting to shift our focus to the multi-chip hal: https://github.com/esp-rs/esp-hal, we are keeping this repo open whilst we port the current drivers from here.