summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishnu Easwaran E2020-05-14 18:07:31 +0530
committerVishnu Easwaran E2020-05-14 18:07:31 +0530
commit577d86de54b99dc785cbce1824f9cafbf961532b (patch)
treeaff37f22f269bb13557275f198410e4f5303a425
parent383b8c142e54dc4a08ce75d79ebc557b8c540502 (diff)
downloadOpenPLC-577d86de54b99dc785cbce1824f9cafbf961532b.tar.gz
OpenPLC-577d86de54b99dc785cbce1824f9cafbf961532b.tar.bz2
OpenPLC-577d86de54b99dc785cbce1824f9cafbf961532b.zip
[vishnu] Corrected few typos in README. Renamed a few images folders to "assets" and made corresponding changes in thr READMEs.
-rwxr-xr-x.gitignore3
-rwxr-xr-xREADME.md12
-rwxr-xr-xResources/OpenPLCv1/README.md2
-rwxr-xr-xResources/OpenPLCv1/assets/v1.png (renamed from Resources/OpenPLCv1/v1.png)bin61204 -> 61204 bytes
-rwxr-xr-xResources/modules/README.md8
-rwxr-xr-xResources/modules/assets/heaterPCB.png (renamed from Resources/modules/images/heaterPCB.png)bin31200 -> 31200 bytes
-rwxr-xr-xResources/modules/assets/liftPCB.png (renamed from Resources/modules/images/liftPCB.png)bin56202 -> 56202 bytes
-rwxr-xr-xResources/modules/assets/switchesPCB.png (renamed from Resources/modules/images/switchesPCB.png)bin36042 -> 36042 bytes
-rwxr-xr-xResources/modules/assets/trafficPCB.png (renamed from Resources/modules/images/trafficPCB.png)bin31345 -> 31345 bytes
-rwxr-xr-xResources/modules/assets/v1.png (renamed from Resources/modules/images/v1.png)bin58499 -> 58499 bytes
10 files changed, 13 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index 0a2c1c6..e190164 100755
--- a/.gitignore
+++ b/.gitignore
@@ -294,4 +294,5 @@ TSWLatexianTemp*
*.ist
# ide settings
-*.json \ No newline at end of file
+*.json
+.vscode/ \ No newline at end of file
diff --git a/README.md b/README.md
index 2cf8ea9..4643403 100755
--- a/README.md
+++ b/README.md
@@ -16,11 +16,11 @@ OpenPLC consists of **two** versions
- OpenPLC Version 1 : Hardware based on AVR's [**ATmega16A**](https://www.microchip.com/wwwproducts/en/ATmega16) and programmed using **LD**
- OpenPLC Version 2 : Hardware based on [**Raspberry Pi**](https://www.raspberrypi.org/products/raspberry-pi-zero-w/) and programmed using **FBD**
-As mentioned earlier, we are also providing a set of plug-and-play modules for practicing a range of experiments. The current ones are
-- Elevator/Conveyor belt : COnsists of a motor, a motor driver that can be controlled.
-- Temperature Sensing and control
-- Switches : an array of various types of switches
-- SImple traffic light
+As mentioned earlier, we are also providing a set of plug-and-play modules for practising a range of experiments. The current ones are
+- Elevator/Conveyor belt : Consists of a timing bet, a motor and a motor driver that can be controlled.
+- Temperature Sensing and control.
+- Switches : an array of *normally-open, normally-closed and latch* switches.
+- Simple traffic light.
### **Software**
@@ -33,7 +33,7 @@ The two versions of PLCs uses two different software for programming.
# Community and contributing
-OpenPLC is developed by [FOSSEE](https://fossee.in/) and by users like you. We welcome both pull requests and issues on GitHub. How to and guides pertaining to both *software *and *hardware* can be found in the respective directories.
+OpenPLC is developed by [FOSSEE](https://fossee.in/) and by users like you. We welcome both pull requests and issues on GitHub. How to and guides pertaining to both *software* and *hardware* can be found in the respective directories.
# Directory Structure
diff --git a/Resources/OpenPLCv1/README.md b/Resources/OpenPLCv1/README.md
index 56911d3..301e01a 100755
--- a/Resources/OpenPLCv1/README.md
+++ b/Resources/OpenPLCv1/README.md
@@ -1,3 +1,3 @@
# Version
-![Version 1.2](v1.png)
+![Version 1.2](assets/v1.png)
diff --git a/Resources/OpenPLCv1/v1.png b/Resources/OpenPLCv1/assets/v1.png
index aabd40d..aabd40d 100755
--- a/Resources/OpenPLCv1/v1.png
+++ b/Resources/OpenPLCv1/assets/v1.png
Binary files differ
diff --git a/Resources/modules/README.md b/Resources/modules/README.md
index 8fc193c..e90d362 100755
--- a/Resources/modules/README.md
+++ b/Resources/modules/README.md
@@ -1,7 +1,7 @@
# OpenPLC Modules
Addon modules for OpenPLC experiments.
-- Traffic light - represent a 3 way traffic light ![traffic](images/trafficPCB.png)
-- Motor driver for lift - circuit required for driving the motor, receiving and passing on the limit-switch state and as an indicator showing the given logic ![traffic](images/liftPCB.png)
-- Heater/temperature control - elements to drive the roister, which also doubles as the heating element, the cooling fan and collecting and passing on thermistor values ![traffic](images/heaterPCB.png)
-- Switches - an array of a combination of NO, NC and latch switches with indicator LEDs ![traffic](images/switchesPCB.png)
+- Traffic light - represent a 3 way traffic light ![traffic](assets/trafficPCB.png)
+- Motor driver for lift - circuit required for driving the motor, receiving and passing on the limit-switch state and as an indicator showing the given logic ![traffic](assets/liftPCB.png)
+- Heater/temperature control - elements to drive the roister, which also doubles as the heating element, the cooling fan and collecting and passing on thermistor values ![traffic](assets/heaterPCB.png)
+- Switches - an array of a combination of NO, NC and latch switches with indicator LEDs ![traffic](assets/switchesPCB.png)
diff --git a/Resources/modules/images/heaterPCB.png b/Resources/modules/assets/heaterPCB.png
index 503ac6b..503ac6b 100755
--- a/Resources/modules/images/heaterPCB.png
+++ b/Resources/modules/assets/heaterPCB.png
Binary files differ
diff --git a/Resources/modules/images/liftPCB.png b/Resources/modules/assets/liftPCB.png
index 0c40523..0c40523 100755
--- a/Resources/modules/images/liftPCB.png
+++ b/Resources/modules/assets/liftPCB.png
Binary files differ
diff --git a/Resources/modules/images/switchesPCB.png b/Resources/modules/assets/switchesPCB.png
index a690ef6..a690ef6 100755
--- a/Resources/modules/images/switchesPCB.png
+++ b/Resources/modules/assets/switchesPCB.png
Binary files differ
diff --git a/Resources/modules/images/trafficPCB.png b/Resources/modules/assets/trafficPCB.png
index 26f2e01..26f2e01 100755
--- a/Resources/modules/images/trafficPCB.png
+++ b/Resources/modules/assets/trafficPCB.png
Binary files differ
diff --git a/Resources/modules/images/v1.png b/Resources/modules/assets/v1.png
index 94eba0a..94eba0a 100755
--- a/Resources/modules/images/v1.png
+++ b/Resources/modules/assets/v1.png
Binary files differ