|
Re: Wait/Pause function?
I tried to do it with a simple for loop:
for (int x= 0; x< 500; x++)
this was made in autonomous periodic, which I believed would count up one every 20 miliseconds, which should equal around 5 seconds. But this did not work and did not delay the robot at all.
|