Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/embedded/1.Embassy/assets/sch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/embedded/1.Embassy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,3 +560,11 @@ async fn trigger() {
```

Rewrite the previous exercise using the `Signal` channel, and instead of checking the button every 10ms, simply await a rising edge on the button's pin.

:::note Shield schematic

Schematic for the OxidOS shield that you can use in the project:

![shield](assets/sch.png)

:::