I was wondering if VEXcode has a wait command or something like that, because i am trying to program my autonomous section
The command is:
vex::task::sleep(1000)
The parameter is in milliseconds. Also, VEXcode uses the VCS Pro API so you can use the VCS reference to find functions. VCS API Reference
2 Likes
Thank you very much, I appreciate it