diff options
-rw-r--r-- | book/en/src/awesome_rtic.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/book/en/src/awesome_rtic.md b/book/en/src/awesome_rtic.md index 925cd3fd..6d5aac2e 100644 --- a/book/en/src/awesome_rtic.md +++ b/book/en/src/awesome_rtic.md @@ -1 +1,8 @@ # Awesome RTIC examples + +See the [`rtic-rs/rtic-examples`][rticexamples] repository for community +provided complete examples. + +Pull-requests to this repo is welcome! + +[rticexamples]: https://github.com/rtic-rs/rtic-examples |