Skip to content

Commit 86494f9

Browse files
committed
Add demo GIF to README and documentation index
1 parent 0249fec commit 86494f9

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ A demonstration project showcasing **CAN bus communication** between two ESP32 b
44

55
---
66

7+
<!-- Demo GIF: relative path so it renders both on GitHub and in the docs site -->
8+
<p align="center">
9+
<img src="docs/demo.gif" alt="CAN demo" />
10+
</p>
11+
712
## 🎯 What This Project Demonstrates
813

914
1. **CAN Bus Communication**

docs/demo.gif

5.85 MB
Loading

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Welcome to the CAN Lecture RX/TX project documentation. This site covers how the project is structured, how to build and run it on the ESP32 boards, and how data flows through the system.
44

5+
<!-- Demo GIF shown in docs (relative path). File: docs/demo.gif -->
6+
<p align="center">
7+
<img src="demo.gif" alt="CAN demo" />
8+
</p>
9+
510
## Contents
611

712
```{toctree}

0 commit comments

Comments
 (0)