From 6e7f987a27fc434057bca9f92a3b0ec7b72e69f8 Mon Sep 17 00:00:00 2001
From: Vishnu Easwaran E
Date: Tue, 19 May 2020 16:07:57 +0530
Subject: [vishnu] added modules submodule and renamed Designs to CAD_designs
---
.gitmodules | 8 +
OpenPLC_modules/CAD_designs/LiftSetup/Lift.svg | 948 +++++++++++++++++++++
OpenPLC_modules/CAD_designs/SwitchSetup/Switch.svg | 678 +++++++++++++++
OpenPLC_modules/Designs/LiftSetup/Lift.svg | 948 ---------------------
OpenPLC_modules/Designs/SwitchSetup/Switch.svg | 678 ---------------
OpenPLC_modules/hardware | 1 +
OpenPLC_version_2/hardware | 1 +
7 files changed, 1636 insertions(+), 1626 deletions(-)
create mode 100644 OpenPLC_modules/CAD_designs/LiftSetup/Lift.svg
create mode 100644 OpenPLC_modules/CAD_designs/SwitchSetup/Switch.svg
delete mode 100644 OpenPLC_modules/Designs/LiftSetup/Lift.svg
delete mode 100644 OpenPLC_modules/Designs/SwitchSetup/Switch.svg
create mode 160000 OpenPLC_modules/hardware
create mode 160000 OpenPLC_version_2/hardware
diff --git a/.gitmodules b/.gitmodules
index e69de29..b9d0762 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -0,0 +1,8 @@
+[submodule "OpenPLC_version_2/hardware"]
+ path = OpenPLC_version_2/hardware
+ url = https://github.com/FOSSEE/openplc_v2.git
+ branch = master
+[submodule "OpenPLC_modules/hardware"]
+ path = OpenPLC_modules/hardware
+ url = https://github.com/FOSSEE/openplc_modules.git
+ branch = master
diff --git a/OpenPLC_modules/CAD_designs/LiftSetup/Lift.svg b/OpenPLC_modules/CAD_designs/LiftSetup/Lift.svg
new file mode 100644
index 0000000..c5c56ad
--- /dev/null
+++ b/OpenPLC_modules/CAD_designs/LiftSetup/Lift.svg
@@ -0,0 +1,948 @@
+
+
+
+
diff --git a/OpenPLC_modules/CAD_designs/SwitchSetup/Switch.svg b/OpenPLC_modules/CAD_designs/SwitchSetup/Switch.svg
new file mode 100644
index 0000000..5675d97
--- /dev/null
+++ b/OpenPLC_modules/CAD_designs/SwitchSetup/Switch.svg
@@ -0,0 +1,678 @@
+
+
+
+
diff --git a/OpenPLC_modules/Designs/LiftSetup/Lift.svg b/OpenPLC_modules/Designs/LiftSetup/Lift.svg
deleted file mode 100644
index c5c56ad..0000000
--- a/OpenPLC_modules/Designs/LiftSetup/Lift.svg
+++ /dev/null
@@ -1,948 +0,0 @@
-
-
-
-
diff --git a/OpenPLC_modules/Designs/SwitchSetup/Switch.svg b/OpenPLC_modules/Designs/SwitchSetup/Switch.svg
deleted file mode 100644
index 5675d97..0000000
--- a/OpenPLC_modules/Designs/SwitchSetup/Switch.svg
+++ /dev/null
@@ -1,678 +0,0 @@
-
-
-
-
diff --git a/OpenPLC_modules/hardware b/OpenPLC_modules/hardware
new file mode 160000
index 0000000..35ea2e1
--- /dev/null
+++ b/OpenPLC_modules/hardware
@@ -0,0 +1 @@
+Subproject commit 35ea2e10994971fb5089b1f8554ff1da569ae500
diff --git a/OpenPLC_version_2/hardware b/OpenPLC_version_2/hardware
new file mode 160000
index 0000000..2a2978d
--- /dev/null
+++ b/OpenPLC_version_2/hardware
@@ -0,0 +1 @@
+Subproject commit 2a2978d05c896ac0db75537891471da12c13d017
--
cgit