From 7b9f6fdfecd1c7535276e58246011f0e0da9ddbb Mon Sep 17 00:00:00 2001 From: Vishnu Easwaran E Date: Tue, 19 May 2020 16:14:47 +0530 Subject: [vishnu] moved LD example files to v1 directory --- ladder-files/switch-motor.ld | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 ladder-files/switch-motor.ld (limited to 'ladder-files/switch-motor.ld') diff --git a/ladder-files/switch-motor.ld b/ladder-files/switch-motor.ld deleted file mode 100755 index 6a4c894..0000000 --- a/ladder-files/switch-motor.ld +++ /dev/null @@ -1,20 +0,0 @@ -LDmicro0.1 -MICRO=Atmel AVR ATmega16 40-PDIP -CYCLE=10000 -CRYSTAL=16000000 -BAUD=2400 - -IO LIST - Xswitch at 1 - Ym1 at 19 - Ym2 at 20 -END - -PROGRAM -RUNG - CONTACTS Xswitch 1 - PARALLEL - COIL Ym1 0 1 0 - COIL Ym2 0 0 1 - END -END -- cgit