stm32f103c8t6
Blinking an LED on STM32 Blue Pill (STM32F103C8T6) with Embedded Rust
Learn how to blink the onboard LED on the STM32 Blue Pill (STM32F103C8T6) using Embedded Rust and the stm32f1xx-hal crate. We also introduce GPIO, the PAC and HAL, and the basics of controlling digital outputs.