Good day,
I just want to ask if how can I declare a SEL_SCHEDULE object/variable.
I will use it in “schedule(SEL_SCHEDULE, interval);”
- I want to call my void function repeatedly forever.
Am I doing right?
Thanks
Good day,
I just want to ask if how can I declare a SEL_SCHEDULE object/variable.
I will use it in “schedule(SEL_SCHEDULE, interval);”
If you want repeat forever just do it in update method.