From cf2dac149411cd174b5c7e0ec238d6c4bb196626 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 28 Nov 2022 00:50:29 -0500 Subject: [PATCH] Fixing image markdown --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f56d68..2020c4f 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ Three GPIO pins are used along with a common ground to control three relays, sup # Schematics ## The Current Setup -*[Current Schematic](/assets/currentschem.png) +![Current Schematic](/assets/currentschem.png) ## The End Goal -*[Future Schematic](/assets/futureschem.png) +![Future Schematic](/assets/futureschem.png) # Oddities For ease of adaption, connection, and prototyping I've decided to use Cat 5 ethernet cabling and RJ45 connectors to connect the Raspberry Pi to the stove, and to a breadboard mockup of the sensors and switches for testing.