diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-07-14 18:45:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-14 18:45:34 +0000 |
| commit | 4b3fda4f96cee03d15ee5c339ea3073ca928239d (patch) | |
| tree | 3d55df7b8d9b2443c442e7e2b7fad91494cd6b28 /examples/rp/src/bin/button.rs | |
| parent | d979841f17721c344142d36bc56f79bea50a158f (diff) | |
| parent | 56ca1794759a21d9d5397e5bd4aa8226f6ef9385 (diff) | |
Merge pull request #1650 from henrikberg/rp_examples_doc
RP examples gets file description
Diffstat (limited to 'examples/rp/src/bin/button.rs')
| -rw-r--r-- | examples/rp/src/bin/button.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/rp/src/bin/button.rs b/examples/rp/src/bin/button.rs index 0d246c093..d7aa89410 100644 --- a/examples/rp/src/bin/button.rs +++ b/examples/rp/src/bin/button.rs | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | //! This example uses the RP Pico on board LED to test input pin 28. This is not the button on the board. | ||
| 2 | //! | ||
| 3 | //! It does not work with the RP Pico W board. Use wifi_blinky.rs and add input pin. | ||
| 4 | |||
| 1 | #![no_std] | 5 | #![no_std] |
| 2 | #![no_main] | 6 | #![no_main] |
| 3 | #![feature(type_alias_impl_trait)] | 7 | #![feature(type_alias_impl_trait)] |
