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