- :
Check Your Understanding:
  1. 1. How many timers does the robot have access to?
  2. 1
    2
    3
    4
  3. 2. You should use a ClearTimer () command before using a timer.
  4. True – Otherwise the time starts at the last stored value
    False – The timer always starts at zero
  5. 3. How can you access the value of a timer?
  6. Use the timeX[ ] command, where X is the number of your timer
    Use the time1[ ] command, where the timer being used is specified between the square brackets
    Use the StopWatch1[ ] command, where the timer being used is specified between the square brackets
    You can’t. You must use a stopwatch