Back to Developer Roadmap

embedded-hal

src/data/roadmaps/rust/content/embedded-hal@LzaO2cpDajXERqEYDjMl_.md

4.0607 B
Original Source

embedded-hal

embedded-hal (Hardware Abstraction Layer) provides generic traits for creating portable embedded drivers in Rust. Enables hardware-agnostic code by abstracting digital I/O, UART, I2C, SPI, and other communication protocols into a uniform API, promoting code reuse across different hardware platforms.

Visit the following resources to learn more: