vault backup: 2026-07-11 16:59:05

This commit is contained in:
John Lyon-Smith
2026-07-11 16:59:05 -07:00
parent b0318f13ae
commit ecb462a16b
82 changed files with 1970 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# 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