From ecf3d17369388e054e891f8297226a6cea968960 Mon Sep 17 00:00:00 2001 From: Vishnu Easwaran E Date: Tue, 19 May 2020 17:08:49 +0530 Subject: [vishnu] added LDgtk and LDqt to v1 software suite --- OpenPLC_version_1/software/README.md | 19 +++++++++++++++++++ OpenPLC_version_1/software/README.rst | 19 ------------------- OpenPLC_version_1/software/ldmicro_gtk | 1 + OpenPLC_version_1/software/ldmicro_qt | 1 + 4 files changed, 21 insertions(+), 19 deletions(-) create mode 100755 OpenPLC_version_1/software/README.md delete mode 100755 OpenPLC_version_1/software/README.rst create mode 160000 OpenPLC_version_1/software/ldmicro_gtk create mode 160000 OpenPLC_version_1/software/ldmicro_qt (limited to 'OpenPLC_version_1/software') diff --git a/OpenPLC_version_1/software/README.md b/OpenPLC_version_1/software/README.md new file mode 100755 index 0000000..1667a89 --- /dev/null +++ b/OpenPLC_version_1/software/README.md @@ -0,0 +1,19 @@ +README +====== + +This repository contains the software LDMicro used by OpenPLC to perform ladder experiments. + +If you wish to contribute to developing the software or to download the source code, visit the links below. + + + +Windows +====== + +https://github.com/FOSSEE/OpenPLC-ldmicro.git + + +Linux (Gtk) +====== + +https://github.com/FOSSEE/LDMicroGtk.git diff --git a/OpenPLC_version_1/software/README.rst b/OpenPLC_version_1/software/README.rst deleted file mode 100755 index 1667a89..0000000 --- a/OpenPLC_version_1/software/README.rst +++ /dev/null @@ -1,19 +0,0 @@ -README -====== - -This repository contains the software LDMicro used by OpenPLC to perform ladder experiments. - -If you wish to contribute to developing the software or to download the source code, visit the links below. - - - -Windows -====== - -https://github.com/FOSSEE/OpenPLC-ldmicro.git - - -Linux (Gtk) -====== - -https://github.com/FOSSEE/LDMicroGtk.git diff --git a/OpenPLC_version_1/software/ldmicro_gtk b/OpenPLC_version_1/software/ldmicro_gtk new file mode 160000 index 0000000..8aeb1ed --- /dev/null +++ b/OpenPLC_version_1/software/ldmicro_gtk @@ -0,0 +1 @@ +Subproject commit 8aeb1edb1da821e47f3d497dcce1c25dbbb3c6ed diff --git a/OpenPLC_version_1/software/ldmicro_qt b/OpenPLC_version_1/software/ldmicro_qt new file mode 160000 index 0000000..26fbfde --- /dev/null +++ b/OpenPLC_version_1/software/ldmicro_qt @@ -0,0 +1 @@ +Subproject commit 26fbfde1f5b7d2b72bfd3b1c82f1124d0f382583 -- cgit