Spelling.

This commit is contained in:
Henrik Berg 2023-06-12 18:56:20 +02:00
parent 23724b6bf6
commit 35db5cf416

View File

@ -12,7 +12,7 @@ async fn main(_spawner: Spawner) {
let mut led = Output::new(p.PIN_25, Level::Low);
// Use PIN_28, Pin34 on J0 for RP Pico, as a input.
// You need to ad your own button.
// You need to add your own button.
let button = Input::new(p.PIN_28, Pull::Up);
loop {