What's everyone working on this week (24/2022)?

New week, new Rust! What are you folks up to?

I got sick of C and the Arduino IDE so I decided to switch to Rust for my LASER printer project (not just a boring "LASER printer" with toner, but using an actual LASER beam heating the paper). The avr-hal ecosystem works but is not very mature and lacks helpers (I had to fetch some constants in the C AVR std libs). I'm still wondering how to efficiently manage global state, interrupts and atomics.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.