Expand description
Functions for modifying the state of the current user program.
Traits§
- Termination
- A trait that can be implemented for arbitrary return types in the main function.
Functions§
- exit
- Exits the program using vexSystemExitRequest. This function will not instantly exit the program, but will instead wait up to 15mS to force the serial buffer to flush.