C-modules as macros

For C and ASSEMBLY users to post questions and code snippets for programming in C and ASSEMBLY. And for any other C or ASM course related questions.

Moderators: Benj, Mods

Post Reply
Wijnand
Posts: 3
Joined: Fri Feb 06, 2009 9:01 pm
Contact:

C-modules as macros

Post by Wijnand »

Is it possible to use existing C-modules as macros? We have a set of modules (for example motor_speed(left,right)) and want to program a mobile robot with Flowcode using this modules.
Thanks...
Wijnand Nijs
Lecturer Digital System Desing
Fontys, the Netherlands

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: C-modules as macros

Post by Benj »

Hello

Yes you can do this in one of two ways.

a) Creating macros containing C code icons
b) Using the custom components to create your own component files

For further information on creating your own custom code files please refer to this page.
http://www.matrixmultimedia.com/Flowcode_Components.php

Post Reply