HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
---
-
-
-
Exit
- :
...
...
Check Your Understanding:
1. What is an idle loop?
It is any loop that runs while the value of the loop is set to zero (0)
It is any loop with no code between the curly brackets
It is any loop that runs while the value of the loop is set to one (1)
It is any loop that idles or never runs
2. An idle loop is only used between the Autonomous Period and the User Controlled Period of a competition.
True
False
Remote Control Buttons
While()
Loops