0% found this document useful (0 votes)
456 views2 pages

Waltech - C Code From LadderMaker

The document discusses how to use C code generated by LadderMaker in an Arduino environment. It provides 5 steps for modifying the C code: 1) Copy code from LadderMaker, 2) Paste into a blank Arduino project, 3) Delete two instances of "inline", 4) Change "operator" to "Operator" in five instances, 5) Choose board and compile. Following these 5 steps allows one to use LadderMaker-generated C code within an Arduino project.

Uploaded by

vanjalujic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
456 views2 pages

Waltech - C Code From LadderMaker

The document discusses how to use C code generated by LadderMaker in an Arduino environment. It provides 5 steps for modifying the C code: 1) Copy code from LadderMaker, 2) Paste into a blank Arduino project, 3) Delete two instances of "inline", 4) Change "operator" to "Operator" in five instances, 5) Choose board and compile. Following these 5 steps allows one to use LadderMaker-generated C code within an Arduino project.

Uploaded by

vanjalujic
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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