diff options
author | 2019-04-19 10:50:43 -0500 | |
---|---|---|
committer | 2019-04-19 10:50:43 -0500 | |
commit | 21db4d1df4b3a3b7a2a6bf61d96d630abfe4d424 (patch) | |
tree | 8860878f2a03e03a7021c0cf7f3bd982ed1c6730 | |
parent | 77def324548e204d3a36a4e89eb528904c381158 (diff) | |
download | rtic-21db4d1df4b3a3b7a2a6bf61d96d630abfe4d424.tar.gz rtic-21db4d1df4b3a3b7a2a6bf61d96d630abfe4d424.tar.zst rtic-21db4d1df4b3a3b7a2a6bf61d96d630abfe4d424.zip |
add sandbox example
-rw-r--r-- | book/en/src/by-example.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/book/en/src/by-example.md b/book/en/src/by-example.md index 0e09b03f..cafbc86c 100644 --- a/book/en/src/by-example.md +++ b/book/en/src/by-example.md @@ -14,3 +14,9 @@ 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. + +- [etrombly/sandbox](https://github.com/etrombly/sandbox/tree/4f5a230920ad815c0cfbc0e0ae5e39718d3f58fa). A hardware zen garden that draws patterns in sand. Patterns are sent over serial using G-code. |