mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
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>
This commit is contained in:
commit
b1e1abae29
1 changed files with 8 additions and 0 deletions
|
@ -14,3 +14,11 @@ program. Check [the embedded Rust book] for instructions on how to set up an
|
||||||
embedded development environment that includes QEMU.
|
embedded development environment that includes QEMU.
|
||||||
|
|
||||||
[the embedded Rust book]: https://rust-embedded.github.io/book/intro/install.html
|
[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.
|
||||||
|
|
Loading…
Reference in a new issue