blinry on Nostr: I'm really surprised how pleasant it is to program the firmware in #rust! Because I ...
I'm really surprised how pleasant it is to program the firmware in #rust! Because I *really* don't want to use C/C++ anymore, if I can avoid it…
I love how Cargo helps manage all dependencies and libraries, and how you can write generic drivers using "embedded-hal", a central crate in the embedded Rust ecosystem, which just hit version 1.0: https://blog.rust-embedded.org/embedded-hal-v1/
Big recommendation! :) Also, I'm learning a lot about how the I2C protocol works!
I love how Cargo helps manage all dependencies and libraries, and how you can write generic drivers using "embedded-hal", a central crate in the embedded Rust ecosystem, which just hit version 1.0: https://blog.rust-embedded.org/embedded-hal-v1/
Big recommendation! :) Also, I'm learning a lot about how the I2C protocol works!