From 279c1ff84d6e7a458603e99ff377256e81a1e348 Mon Sep 17 00:00:00 2001
From: Eric Galluzzi <92798736+EricGalluzzi@users.noreply.github.com>
Date: Wed, 24 Apr 2024 10:26:52 -0400
Subject: [PATCH] Update README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index fe3d447..30aee36 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
- Simple C#-based GUI
- Can filter based on CAN message ID
- Calculates and displays CAN Load
-[](https://youtu.be/kEs1tA9cYeo?si=FgBFabkiXCYflOZx)
+![image](https://github.com/shaynoorani/ECE4180_CANalyzer/blob/main/functionaloverview.png?raw=true)
## Functionality Demo
[](https://youtu.be/kEs1tA9cYeo?si=FgBFabkiXCYflOZx)
@@ -68,6 +68,7 @@ Note: the TCAN105 is the SMD CAN transducer itself and the wiring shown is for t
### [Mbed - CAN Load Calculator & Message Passthrough](https://github.com/shaynoorani/ECE4180_CANalyzer/tree/main/main.cpp)
- This code handles CAN passthrough using Serial and the logic for calculating load in 10ms intervals.
+
![image](https://github.com/shaynoorani/ECE4180_CANalyzer/assets/92798736/7f4b9f97-6d0b-45e1-b23b-9e4c7eca3a75)