From 6ff992b0563c8de7eb8e73fcfc1c70c8a9518e5f Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 11 May 2019 16:37:52 -0400 Subject: [PATCH] Move all hardware builds to dedicated folders --- arduino/README.md | 7 ------- hardware/arduino/README.md | 5 +++++ .../arduino}/Weather_Shield_Basic/README.md | 0 .../Weather_Shield_Basic/Weather Shield.pdf | Bin .../Weather_Shield_Basic/Weather_Shield_Basic.ino | 0 .../arduino}/Weather_Shield_Basic/micro.png | Bin {esphome => hardware/esphome}/README.md | 0 .../esphome}/plant_monitor/README.md | 0 8 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 arduino/README.md create mode 100644 hardware/arduino/README.md rename {arduino => hardware/arduino}/Weather_Shield_Basic/README.md (100%) rename {arduino => hardware/arduino}/Weather_Shield_Basic/Weather Shield.pdf (100%) rename {arduino => hardware/arduino}/Weather_Shield_Basic/Weather_Shield_Basic.ino (100%) rename {arduino => hardware/arduino}/Weather_Shield_Basic/micro.png (100%) rename {esphome => hardware/esphome}/README.md (100%) rename {esphome => hardware/esphome}/plant_monitor/README.md (100%) diff --git a/arduino/README.md b/arduino/README.md deleted file mode 100644 index 925def0..0000000 --- a/arduino/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Arduino - -An assortment of Arduio setup that I've used with my home automation. - -## Warning - -Content here may not be up to date. I briefly used Arduino hardware to create an MVP prior to moving to Z-Wave hardware. diff --git a/hardware/arduino/README.md b/hardware/arduino/README.md new file mode 100644 index 0000000..13f103c --- /dev/null +++ b/hardware/arduino/README.md @@ -0,0 +1,5 @@ +# Arduino + +An assortment of Arduio setup that I've used with my home automation. + +See sub folders for details. diff --git a/arduino/Weather_Shield_Basic/README.md b/hardware/arduino/Weather_Shield_Basic/README.md similarity index 100% rename from arduino/Weather_Shield_Basic/README.md rename to hardware/arduino/Weather_Shield_Basic/README.md diff --git a/arduino/Weather_Shield_Basic/Weather Shield.pdf b/hardware/arduino/Weather_Shield_Basic/Weather Shield.pdf similarity index 100% rename from arduino/Weather_Shield_Basic/Weather Shield.pdf rename to hardware/arduino/Weather_Shield_Basic/Weather Shield.pdf diff --git a/arduino/Weather_Shield_Basic/Weather_Shield_Basic.ino b/hardware/arduino/Weather_Shield_Basic/Weather_Shield_Basic.ino similarity index 100% rename from arduino/Weather_Shield_Basic/Weather_Shield_Basic.ino rename to hardware/arduino/Weather_Shield_Basic/Weather_Shield_Basic.ino diff --git a/arduino/Weather_Shield_Basic/micro.png b/hardware/arduino/Weather_Shield_Basic/micro.png similarity index 100% rename from arduino/Weather_Shield_Basic/micro.png rename to hardware/arduino/Weather_Shield_Basic/micro.png diff --git a/esphome/README.md b/hardware/esphome/README.md similarity index 100% rename from esphome/README.md rename to hardware/esphome/README.md diff --git a/esphome/plant_monitor/README.md b/hardware/esphome/plant_monitor/README.md similarity index 100% rename from esphome/plant_monitor/README.md rename to hardware/esphome/plant_monitor/README.md