From 21db4d1df4b3a3b7a2a6bf61d96d630abfe4d424 Mon Sep 17 00:00:00 2001 From: Eric Trombly Date: Fri, 19 Apr 2019 10:50:43 -0500 Subject: [PATCH 1/2] add sandbox example --- book/en/src/by-example.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/book/en/src/by-example.md b/book/en/src/by-example.md index 0e09b03fb1..cafbc86cca 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. From 19212a9f706b7d66afae7d1e7efa669e24964351 Mon Sep 17 00:00:00 2001 From: Eric Trombly Date: Sun, 21 Apr 2019 09:21:33 -0500 Subject: [PATCH 2/2] update commit for example link and specify RTFM version --- book/en/src/by-example.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/en/src/by-example.md b/book/en/src/by-example.md index cafbc86cca..e19f07491c 100644 --- a/book/en/src/by-example.md +++ b/book/en/src/by-example.md @@ -19,4 +19,6 @@ embedded development environment that includes QEMU. 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. +### 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.