Quote:
Originally Posted by Wolfgang
Generally, when it comes to TeleOp, and Autonomous as well, you want to include as few structures or loops as possible, because it slows the code down. If you can program the solenoids without a case structure, that would probably help a little bit.
|
A Case structure does not have high overhead by itself. It is the code inside the case structure that is likely the problem.