diff options
author | 2020-10-06 18:37:33 +0000 | |
---|---|---|
committer | 2020-10-06 18:37:33 +0000 | |
commit | b1e1abae29591e50ebf345a2bd249a73e564cea9 (patch) | |
tree | 03087124ee0dbbdeaadc4f9185a10b5587fb2eae | |
parent | 07153a8fcaecfa3eb5762d4b9491fcf040af3cd0 (diff) | |
parent | 19212a9f706b7d66afae7d1e7efa669e24964351 (diff) | |
download | rtic-b1e1abae29591e50ebf345a2bd249a73e564cea9.tar.gz rtic-b1e1abae29591e50ebf345a2bd249a73e564cea9.tar.zst rtic-b1e1abae29591e50ebf345a2bd249a73e564cea9.zip |
Merge #173
173: add sandbox example r=AfoHT a=etrombly
Added a real world example for my sandbox project.
Co-authored-by: Eric Trombly <etrombly@yahoo.com>
-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 38985da1..e4441fd9 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. |