9 lines
549 B
Markdown
9 lines
549 B
Markdown
# Embedded Rust
|
|
|
|
- [`awesome-embedded-rust` with lots of links to embedded Rust stuff](https://github.com/rust-embedded/awesome-embedded-rust)
|
|
- [`rppal` that implements `embedded-hal` traits](https://docs.rs/rppal/latest/rppal/)
|
|
- [`embedded-hal` traits](https://github.com/rust-embedded/embedded-hal)
|
|
- [Example of using Rust to develop flashing LED](https://www.freecodecamp.org/news/embedded-rust-programming-on-raspberry-pi-zero-w/) (uses `rust_gpiozero` crate)
|
|
- [Rust MFRC522 driver](https://gitlab.com/jspngh/rfid-rs) for RFID chip reading
|
|
|