summaryrefslogtreecommitdiff
path: root/Experiments/1_LED-PLC/blinking.ld
diff options
context:
space:
mode:
authorVishnu Easwaran E2020-05-19 15:24:20 +0530
committerVishnu Easwaran E2020-05-19 15:24:20 +0530
commit52a825fc5290494493bbd232d8e4ec0fbec02f3a (patch)
treee77c8c442e05ac67456d73ba33189b5b88cb88fa /Experiments/1_LED-PLC/blinking.ld
parent2f5e3ec435e0db66ee382563c4912506dc715e66 (diff)
downloadOpenPLC-52a825fc5290494493bbd232d8e4ec0fbec02f3a.tar.gz
OpenPLC-52a825fc5290494493bbd232d8e4ec0fbec02f3a.tar.bz2
OpenPLC-52a825fc5290494493bbd232d8e4ec0fbec02f3a.zip
[vishnu] moved experiments, images, documentation, Designs to respective new folders
Diffstat (limited to 'Experiments/1_LED-PLC/blinking.ld')
-rwxr-xr-xExperiments/1_LED-PLC/blinking.ld22
1 files changed, 0 insertions, 22 deletions
diff --git a/Experiments/1_LED-PLC/blinking.ld b/Experiments/1_LED-PLC/blinking.ld
deleted file mode 100755
index 2dc1811..0000000
--- a/Experiments/1_LED-PLC/blinking.ld
+++ /dev/null
@@ -1,22 +0,0 @@
-LDmicro0.1
-MICRO=Atmel AVR ATmega16 40-PDIP
-CYCLE=10000
-CRYSTAL=4000000
-BAUD=2400
-COMPILED=Z:\home\nivedita\Downloads\LLED.hex
-
-IO LIST
- Yled at 3
-END
-
-PROGRAM
-RUNG
- CONTACTS Rosc 0
- TON Ton 1000000
- TOF Toff 1000000
- COIL Rosc 1 0 0
-END
-RUNG
- CONTACTS Rosc 0
- COIL Yled 0 0 0
-END