diff options
| author | Henrik Berg <[email protected]> | 2023-06-12 18:56:20 +0200 |
|---|---|---|
| committer | Henrik Berg <[email protected]> | 2023-06-12 20:19:33 +0200 |
| commit | 35db5cf41653bdb995f5cad2d04788118a746921 (patch) | |
| tree | d4112a7b6164ae82b78c471c97e690ff5a650e99 /examples | |
| parent | 23724b6bf6ce6492d40a3ff3af77c8b4d15a36d8 (diff) | |
Spelling.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rp/src/bin/button.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp/src/bin/button.rs b/examples/rp/src/bin/button.rs index edfb09cdb..0d246c093 100644 --- a/examples/rp/src/bin/button.rs +++ b/examples/rp/src/bin/button.rs | |||
| @@ -12,7 +12,7 @@ async fn main(_spawner: Spawner) { | |||
| 12 | let mut led = Output::new(p.PIN_25, Level::Low); | 12 | let mut led = Output::new(p.PIN_25, Level::Low); |
| 13 | 13 | ||
| 14 | // Use PIN_28, Pin34 on J0 for RP Pico, as a input. | 14 | // Use PIN_28, Pin34 on J0 for RP Pico, as a input. |
| 15 | // You need to ad your own button. | 15 | // You need to add your own button. |
| 16 | let button = Input::new(p.PIN_28, Pull::Up); | 16 | let button = Input::new(p.PIN_28, Pull::Up); |
| 17 | 17 | ||
| 18 | loop { | 18 | loop { |
