Skip to content

Commit

Permalink
link docs for S&B
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck committed Oct 7, 2024
1 parent 772b101 commit 6bd5556
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/assignments/spinning-and-blinking/rust/spinning.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Then import the extension trait[^1] at the top of the file:
use fugit::RateExtU32;
```

> From now on the required imports will not be shown. Your LSP may provide them for
> you, or you can look through the [docs](https://docs.esp-rs.org/esp-hal/esp-hal/0.20.1/esp32s3/esp_hal/)
> to find them yourself.
Go back to where we defined the motor pins and rewrite it like this:

```rust
Expand Down

0 comments on commit 6bd5556

Please sign in to comment.