-
Notifications
You must be signed in to change notification settings - Fork 30
Arduino_actionRun
Chris Courson edited this page Sep 20, 2020
·
4 revisions
Supported by xArm
/LeArm
Runs an action group a number of times.
void actionRun(int group, unsigned times = 1);
Parameters:
-
group
: The action group number. -
times
: The number of times to run the action. When '0', will repeat continuously. Default is 1.
Returns:
- Nothing.