blinking working
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user