diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-10-08 17:33:42 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2020-10-08 17:33:42 +0200 |
| commit | c83b15b643346c54f09ef130b5abd5ca31abfcd5 (patch) | |
| tree | b1b350b834c243e05f4328d1b4922f1d9e0f373c /book/en/src/by-example.md | |
| parent | e8b4fa7b32cf044428971f22e01428ff9cccff3c (diff) | |
| parent | 36781cdd890752d6876623d8802b860e950b24eb (diff) | |
Merge branch 'master' into spawn_experiment
Diffstat (limited to 'book/en/src/by-example.md')
| -rw-r--r-- | book/en/src/by-example.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/book/en/src/by-example.md b/book/en/src/by-example.md index 38985da..e4441fd 100644 --- a/book/en/src/by-example.md +++ b/book/en/src/by-example.md @@ -14,3 +14,11 @@ program. Check [the embedded Rust book] for instructions on how to set up an embedded development environment that includes QEMU. [the embedded Rust book]: https://rust-embedded.github.io/book/intro/install.html + +## Real World Examples + +The following are examples of RTFM being used in real world projects. + +### RTFM V0.4.2 + +- [etrombly/sandbox](https://github.com/etrombly/sandbox/tree/41d423bcdd0d8e42fd46b79771400a8ca349af55). A hardware zen garden that draws patterns in sand. Patterns are sent over serial using G-code. |
