Page 1 of 1

Component Macro Settings

Posted: Mon Mar 22, 2021 8:30 am
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 2562 times

Thanks for helping out :D

Re: Component Macro Settings

Posted: Mon Mar 22, 2021 9:53 am
by LeighM
writeRegister() would be a Hidden macro

Re: Component Macro Settings

Posted: Mon Mar 22, 2021 10:45 am
by p.erasmus
Leigh

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

Thanks for the help