From 133d5dc948187b44a580a648f771fb4bd2d85bf3 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Tue, 21 May 2024 12:51:45 +0200 Subject: [PATCH] Updated: README.md, Added: schematics folder --- README.md | 2 +- .../sketch_breadboard.png | Bin sketch_pcb.png => schematics/sketch_pcb.png | Bin .../sketch_pcb_full.pdf | Bin 4 files changed, 1 insertion(+), 1 deletion(-) rename sketch_breadboard.png => schematics/sketch_breadboard.png (100%) rename sketch_pcb.png => schematics/sketch_pcb.png (100%) rename sketch_pcb_full.pdf => schematics/sketch_pcb_full.pdf (100%) diff --git a/README.md b/README.md index dbd2299..9a38301 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The auto-awning-close project utilizes an Arduino Nano to automate the closing of an awning by interfacing with the original remote controller through relays. This setup allows the Arduino to send commands to the awning's existing control system, ensuring seamless integration with the original mechanism. A separate remote controller is used to communicate with the Arduino board, which then activates the appropriate relays to operate the awning. -This project includes detailed breadboard and PCB layouts to guide assembly, making it a reliable and efficient solution for automating awning control based on programmable conditions or user input. +This project includes detailed breadboard and PCB layouts to guide assembly, making it a reliable and efficient solution for automating awning control based on programmable conditions or user input. [See schematics](schematics/) ## Features diff --git a/sketch_breadboard.png b/schematics/sketch_breadboard.png similarity index 100% rename from sketch_breadboard.png rename to schematics/sketch_breadboard.png diff --git a/sketch_pcb.png b/schematics/sketch_pcb.png similarity index 100% rename from sketch_pcb.png rename to schematics/sketch_pcb.png diff --git a/sketch_pcb_full.pdf b/schematics/sketch_pcb_full.pdf similarity index 100% rename from sketch_pcb_full.pdf rename to schematics/sketch_pcb_full.pdf