diff options
author | 2019-04-21 09:21:33 -0500 | |
---|---|---|
committer | 2019-04-21 09:21:33 -0500 | |
commit | 19212a9f706b7d66afae7d1e7efa669e24964351 (patch) | |
tree | 39ba573b1be1b7f501a1e3d03616db1d9f903a09 | |
parent | 21db4d1df4b3a3b7a2a6bf61d96d630abfe4d424 (diff) | |
download | rtic-19212a9f706b7d66afae7d1e7efa669e24964351.tar.gz rtic-19212a9f706b7d66afae7d1e7efa669e24964351.tar.zst rtic-19212a9f706b7d66afae7d1e7efa669e24964351.zip |
update commit for example link and specify RTFM version
-rw-r--r-- | book/en/src/by-example.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/book/en/src/by-example.md b/book/en/src/by-example.md index cafbc86c..e19f0749 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. |