esp-rs / esp32-hal

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

Use crate::target pattern #37

Closed fmckeogh closed 4 years ago

fmckeogh commented 4 years ago

The HAL should ideally re-export the PAC so that users of the library don't have to include both crates. target is used instead of esp32 to match other HALs to make it easier to write cross-platform software.

fmckeogh commented 4 years ago

@MabezDev Done!

MabezDev commented 4 years ago

Perfect, thanks!