blinking working

This commit is contained in:
Priec
2025-12-03 11:40:19 +01:00
parent b44ede04cb
commit 60d1ae9a45
13 changed files with 1546 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ async fn main(_spawner: Spawner) {
let p = init(Config::default());
// The user LED on NUCLEO-U575ZI-Q is typically on port B, pin 0 (verify silkscreen)
let mut led = Output::new(p.PB0, Level::Low, Speed::Low);
let mut led = Output::new(p.PB14, Level::Low, Speed::Low);
loop {
led.set_high();