Skip to content

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.

Notifications You must be signed in to change notification settings

NatsuDrag9/LDMicro-linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To cmpile using cmake use the following commands:

cd /LDmicro/build
cmake ..
make

To run program in linux use the following command:

./LDmicro

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.3%
  • C 6.4%
  • Objective-C 2.6%
  • Other 0.7%