Search found 3 matches
- Mon Oct 11, 2021 7:11 am
- Forum: MegunoLink
- Topic: Calling a serial command function
- Replies: 4
- Views: 23266
Re: Calling a serial command function
That is a very simple logical solution, thanks.
- Mon Oct 04, 2021 8:04 am
- Forum: MegunoLink
- Topic: Calling a serial command function
- Replies: 4
- Views: 23266
Re: Calling a serial command function
Hi, I will just be running the code inside the function.
- Thu Sep 23, 2021 7:49 am
- Forum: MegunoLink
- Topic: Calling a serial command function
- Replies: 4
- Views: 23266
Calling a serial command function
Hi all,
I am trying to call a function that is also one of my serial command functions. I thought this could be an efficient way to reuse a serial command function's code.
For example if I have the following function, what syntax is required to call this function?
void Cmd_Clutch(CommandParameter ...
I am trying to call a function that is also one of my serial command functions. I thought this could be an efficient way to reuse a serial command function's code.
For example if I have the following function, what syntax is required to call this function?
void Cmd_Clutch(CommandParameter ...
