| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | convert from antora to asciidoctor | Ulf Lilleengen | 2024-05-21 | 1 | -21/+0 |
| | | |||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -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.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -3/+1 |
| | | |||||
| * | Add documentation about the different embassy abstraction layers | Ulf Lilleengen | 2022-02-23 | 1 | -0/+23 |
| The guide demonstrates the functionality offered by each layer in Embassy, using code examples. | |||||
