RMRobotics / FTC_5421_2015-2016

FTC Android Studio project to create FTC Robot Controller app.
1 stars 1 forks source link

Running Two Different Commands at the same time #3

Open TheAlchenmist opened 8 years ago

TheAlchenmist commented 8 years ago

In some cases it could be dangerous to have two buttons that for instance control a servo to go clockwise and counterclockwise at the same time. A function that reads through the methods and sets one as priority or deletes both will be helpful.