aboutsummaryrefslogtreecommitdiff
path: root/docs/modules/ROOT/examples/layer-by-layer/blinky-hal
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.
* Update embedded-hal to 1.0.0-rc.3Dario Nieuwenhuis2023-12-141-1/+1
|
* Remove unneeded default-features=false.Dario Nieuwenhuis2023-05-291-1/+1
|
* all Cargo.toml: Add license to all crate Cargo.toml fileschrysn2022-10-071-0/+1
| | | | Closes: https://github.com/embassy-rs/embassy/issues/1002
* Run rustfmt.Dario Nieuwenhuis2022-06-121-3/+1
|
* Add documentation about the different embassy abstraction layersUlf Lilleengen2022-02-232-0/+36
The guide demonstrates the functionality offered by each layer in Embassy, using code examples.