"How do you create a codebase for a microcontroller ... that when you change microcontrollers it would be easy to change?"
https://www.reddit.com/r/embedded/comments/p0wnio/how_do_you_create_a_codebase_for_a/?utm_medium=android_app&utm_source=share
@lupyuen Use Rust's embedded-hal traits, no matter whether using an embedded OS like @RIOT_OS or going bare-metal :-)
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.
@lupyuen Use Rust's embedded-hal traits, no matter whether using an embedded OS like @RIOT_OS or going bare-metal :-)