FreeKill[m]: > <@larunite:matrix.org> Ello - '24 is the year of properly digging into embedded rust and contributing, so I'm looking for a project to get my feet wet. > > Currently I'm thinking of something like a mouse emulator? Plug it in, enumerate over USB, do input somehow (buttons, accelerometer, idk). > > Does that sound like a feasible intro for someone with a lot of embedded C but only a little embedded Rust? The ecosystem USB crates look pretty cool (and magical, to be honest). What's been recommended in the group is to pick a microcontroller, then use some the of the pre-baked examples and get those to run. Then build a template that works from scratch, then implement something new.