Post #1019650
2026-04-06 02:12 UTC
I've been (re)learning microcontroller development recently. This time, using #rust #RustLang !
Embassy (a no-std async framework) feels like a superpower! Highly recommend. :blobcatthumbsup:
It even fits on my suuuuper underpowered Arduino UNO.
Replies (2)
-
@MadMike77@chaos.social 2026-04-06 06:12
@cuchaz@gladtech.social same here. We used an Arduino Nano with #rust. I love the strictness of the compiler and the embassy lib was up to the task. We are rust newbies but were still able to finish our project.
-
@slatian@pleroma.envs.net 2026-04-06 06:46
@cuchaz@gladtech.social Wait, it works on the 328P now?