diff options
-rw-r--r-- | book/en/src/RTIC.png | bin | 0 -> 40955 bytes | |||
-rw-r--r-- | book/en/src/preface.md | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/book/en/src/RTIC.png b/book/en/src/RTIC.png Binary files differnew file mode 100644 index 00000000..6ef6fcdb --- /dev/null +++ b/book/en/src/RTIC.png diff --git a/book/en/src/preface.md b/book/en/src/preface.md index a0b05240..a58c2f34 100644 --- a/book/en/src/preface.md +++ b/book/en/src/preface.md @@ -1,3 +1,7 @@ +<p align="center"> + <img width="300" height="300" src="RTIC.png"> +</p> + <h1 align="center">Real-Time Interrupt-driven Concurrency</h1> <p align="center">A concurrency framework for building real-time systems</p> |