diff options
author | Vishnu Easwaran E | 2020-05-19 16:07:57 +0530 |
---|---|---|
committer | Vishnu Easwaran E | 2020-05-19 16:07:57 +0530 |
commit | 6e7f987a27fc434057bca9f92a3b0ec7b72e69f8 (patch) | |
tree | 387c509f33c043d31f44ee43bf78946e09339e4c | |
parent | 5393e0e3f04c3d9142d236b3a0511a2554c76e89 (diff) | |
download | OpenPLC-6e7f987a27fc434057bca9f92a3b0ec7b72e69f8.tar.gz OpenPLC-6e7f987a27fc434057bca9f92a3b0ec7b72e69f8.tar.bz2 OpenPLC-6e7f987a27fc434057bca9f92a3b0ec7b72e69f8.zip |
[vishnu] added modules submodule and renamed Designs to CAD_designs
-rw-r--r-- | .gitmodules | 8 | ||||
-rw-r--r-- | OpenPLC_modules/CAD_designs/LiftSetup/Lift.svg (renamed from OpenPLC_modules/Designs/LiftSetup/Lift.svg) | 0 | ||||
-rw-r--r-- | OpenPLC_modules/CAD_designs/SwitchSetup/Switch.svg (renamed from OpenPLC_modules/Designs/SwitchSetup/Switch.svg) | 0 | ||||
m--------- | OpenPLC_modules/hardware | 0 | ||||
m--------- | OpenPLC_version_2/hardware | 0 |
5 files changed, 8 insertions, 0 deletions
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/Designs/LiftSetup/Lift.svg b/OpenPLC_modules/CAD_designs/LiftSetup/Lift.svg index c5c56ad..c5c56ad 100644 --- a/OpenPLC_modules/Designs/LiftSetup/Lift.svg +++ b/OpenPLC_modules/CAD_designs/LiftSetup/Lift.svg diff --git a/OpenPLC_modules/Designs/SwitchSetup/Switch.svg b/OpenPLC_modules/CAD_designs/SwitchSetup/Switch.svg index 5675d97..5675d97 100644 --- a/OpenPLC_modules/Designs/SwitchSetup/Switch.svg +++ b/OpenPLC_modules/CAD_designs/SwitchSetup/Switch.svg diff --git a/OpenPLC_modules/hardware b/OpenPLC_modules/hardware new file mode 160000 +Subproject 35ea2e10994971fb5089b1f8554ff1da569ae50 diff --git a/OpenPLC_version_2/hardware b/OpenPLC_version_2/hardware new file mode 160000 +Subproject 2a2978d05c896ac0db75537891471da12c13d01 |