STM32F4 Embedded Rust at the PAC: Creating Hardware Abstractions with embedded-hal
Introduction In last week's post, I demonstrated the creation of a simple UART abstraction used to hide register-level details. What is obvious from the prior code is that its behavior is limited to a single UART peripheral. Meaning, that as we creat...
Mar 28, 20234 min read781


