You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# microbit
2
2
3
-
_microbit_ contains everything required to get started using Rust to create firmwares for the fabulous
3
+
_microbit_ contains everything required getting started using Rust to create firmwares for the fabulous
4
4
[BBC micro:bit](https://microbit.org) microcontroller board. This little board has everything and a kitchen sink built-in,
5
5
even a capable debugging interface.
6
6
@@ -47,14 +47,14 @@ run one of the commands below.
47
47
> cargo run --release --manifest-path ./examples/display-blocking/Cargo.toml --features v2 --target thumbv7em-none-eabihf
48
48
```
49
49
50
-
You should see a lot of build output, the orange LED on the back of the micro:bit should flash quickly and
50
+
You should see a lot of build output, the orange LED on the back of the micro:bit should flash quickly, and
51
51
a message should appear on the LED display.
52
52
53
-
Congratulations! You've flashed your first rust program onto your micro:bit!
53
+
Congratulations! You've flashed your first Rust program onto your micro:bit!
54
54
55
55
## Further reading
56
56
57
-
A guide to embedded development with Rust on the _microbit_ using this crate can be found in the [MicroRust book](https://droogmic.github.io/microrust/).
57
+
A guide to embedded development with Rust on the _micro:bit_ using this crate can be found in the [MicroRust book](https://droogmic.github.io/microrust/).
0 commit comments