Component Macro Settings

For general Flowcode discussion that does not belong in the other sections.
Post Reply
User avatar
p.erasmus
Posts: 434
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 12:01 pm
Location: Russia / Россия
Has thanked: 104 times
Been thanked: 88 times

Component Macro Settings

Post by p.erasmus »

Hi Team.

I have a macro which will be user accessible when the component is exported SampleChannelSgl()is the macro inside this macro I call another macro
writeRegister() which I do not want the user of the component to access,it is only my code(macro ) that has a dependency on this macro what setting should I use that it is downloaded on the micro but not accessible to the user

P1.jpg
P1.jpg (38.86 KiB) Viewed 2558 times

Thanks for helping out :D
Regards Peter - QME Electronics

LeighM
Valued Contributor
Posts: 489
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 83 times
Been thanked: 262 times

Re: Component Macro Settings

Post by LeighM »

writeRegister() would be a Hidden macro

User avatar
p.erasmus
Posts: 434
Joined: Thu Dec 03, 2020 12:01 pm
Location: Russia / Россия
Has thanked: 104 times
Been thanked: 88 times

Re: Component Macro Settings

Post by p.erasmus »

Leigh

just plain Hidden macro ? my thinking was wrong then :D

Thanks for the help
Regards Peter - QME Electronics

Post Reply