aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/button.rs
Commit message (Collapse)AuthorAgeFilesLines
* Change GPIO inherent methods back to `&self`.Dario Nieuwenhuis2024-01-101-1/+1
| | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods.
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+1
|
* Add descriptions to all RP2040 examples. Some need hardware that was not ↵Henrik Berg2023-07-131-0/+4
| | | | specified.
* Spelling.Henrik Berg2023-06-121-1/+1
|
* Document external button. Add wifi_blinky.rs for easy beginners start.Henrik Berg2023-06-121-1/+4
|
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-1/+1
|
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-171-2/+2
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-2/+2
|
* Run rustfmt.Dario Nieuwenhuis2022-06-121-3/+1
|
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-021-3/+3
|
* Update rust-toolchainUlf Lilleengen2021-12-161-1/+0
|
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-031-1/+0
| | | | trait_alias seems unused. no idea why it's there.
* Update nightly, remove removed features.Dario Nieuwenhuis2021-08-041-2/+0
|
* Fix warnings in std and rpRukai2021-07-041-1/+0
|
* rp/gpio: add infallible inherent methodsDario Nieuwenhuis2021-06-251-3/+3
|
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-021-0/+29