We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96770aa commit edf9527Copy full SHA for edf9527
βsrc/SUMMARY.mdβ
@@ -1,8 +1,19 @@
1
# Summary
2
3
+- [Getting Started With Embedded Rust ππ¦](./index.md)
4
- [Introduction](./introduction.md)
-- [Setup](./setup.md)
5
+ - [Setup](./setup.md)
6
+
7
+---
8
9
+# Exercises
10
11
- [First Exercise](./exercise1.md)
12
- [Second Exercise](./exercise2.md)
13
14
15
16
+# Final Words
17
18
- [Wrap-up](./wrapup.md)
19
βsrc/index.mdβ
@@ -0,0 +1 @@
+# Getting Started With Embedded Rust ππ¦
βsrc/introduction/setup.mdβ
+# Setup
0 commit comments