Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
AdinAck committed Jul 31, 2024
1 parent 7319f73 commit 72f3ce7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions content/assignments/SpinningAndBlinking/Rust/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ weight: 1

To install rust, follow the instructions [here](https://www.rust-lang.org/tools/install).

## Editor

There are many editors to choose from, here's some:

- [VSCode](https://code.visualstudio.com) (with the rust-analyzer extension)
- [Zed](https://zed.dev)
- [RustRover](https://www.jetbrains.com/rust/) (if you like jetbrains)
- Vim (with tree-sitter and rust-analyzer)

## Embedded Tools

For ESP32s, we need to install ESP's tools.
Expand Down
2 changes: 0 additions & 2 deletions content/assignments/SpinningAndBlinking/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ weight: 4

In this assignment you will learn to create a **G**raphical **U**ser **I**nterface (GUI) to interact with a microcontroller.

---

**You are faced with an important decision.**

We will be leaving CircuitPython in the pursuit of better understanding how good -- production ready -- firmware is written.
Expand Down
2 changes: 1 addition & 1 deletion content/assignments/VUMeter/submission.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Submission
type: docs
next: assignments/ControlWithPython/
next: assignments/SpinningAndBlinking/
weight: 3
---

Expand Down

0 comments on commit 72f3ce7

Please sign in to comment.