How to add extra C codes?

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
HKPhysicist
Posts: 4
Joined: Tue Apr 07, 2020 6:49 pm

How to add extra C codes?

Post by HKPhysicist »

My question is very simple. :mrgreen:

From within Flowcode v8.2.2, how do I add extra C code to a Flowcode project elegantly?

For extra C code, what I meant is that these codes control 3rd-party hardware which is not a Flowcode v8 component.

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: How to add extra C codes?

Post by Steve »

You can use the "supplementary code" feature (in Project Options...General Options) to add declarations and implementations of any additional C code you want to use, and then call these functions from appropriate places within your flowchart using a C code icon.

Post Reply