How do we program two motors continuously running (feeder and launcher) in a remote for nothing but net challenge
If you want them to run indefinitely, set the motors to the power of your choosing in the while(true){} loop present in user control. They’ll keep running until the program is stopped. Or, create a method so that they run for a certain amount of time, then stop, and then assign that method to a button