Skip to content

FOSSEE/OpenPLC-ldmicro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

LDmicro is a ladder logic editor, simulator and compiler for 8-bit microcontrollers. It can generate native code for Atmel AVR and Microchip PIC16 CPUs from a ladder diagram.

Instructions ====== Before modifying contents of this git account, kindly make sure that you do not add unnecessary files that are created during the make process. In order to do so ensure that you add appropriate command to the makefile and execute "make clean" script before uploading your changes to git.

Building LDMICRO ====== LDmicro is built using Microsoft Visual C++ compiler. Simply execute

make.bat

from visual studio command prompt and see everything build.

Multiple Perl Scripts are executed during the build phase. In order to execute these scripts, you need perl. I am using ActivePerl Community Edition

http://www.activestate.com/activeperl

The make files use GNU utilities which are not available on windows by default. Download GNU utilities for Win32 here:

http://unxutils.sourceforge.net

Changes made to original version of ldmicro: ======

  1. Added support for Atmega328 microcontroller(Arduino)
  2. Added PWM support for Atmega16 on OC2(pin 21)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages