Waltech - C Code From LadderMaker

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

24.8.2017.

Waltech :: C code from LadderMaker

Waltech

Home
Capabilities
Projects
Documentation
Open Source Designs
About
Contact
Blog

Home > Blog > C code from LadderMaker

C code from LadderMaker


Posted by admin on February 15, 2016

The C code that LadderMaker generates can be used in The Arduino environment with some modification.

1. From the terminal that Laddermaker is running in copy everything between "Making C" and "saving C and Compiling"

2. Paste into a totally blank Arduino IDE project. No setup, no loop.

http://www.waltech.com/blog/c-code-laddermaker/ 1/3
24.8.2017. Waltech :: C code from LadderMaker
3. Delete two instances of "inline"

4. Change "operator" to "Operator" in five instances.

5. Choose Arduino board and compile.

« Previous Up

Leave a Reply

Name:

Email:
(Your email will not be publicly displayed.)

http://www.waltech.com/blog/c-code-laddermaker/ 2/3

You might also like