HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
---
-
-
-
Exit
- :
Check Your Understanding:
1. How many timers does the robot have access to?
1
2
3
4
2. You should use a ClearTimer () command before using a timer.
True – Otherwise the time starts at the last stored value
False – The timer always starts at zero
3. How can you access the value of a timer?
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
Timers