Quote:
Originally Posted by RufflesRidge
Not in the Iterative template. The "periodic" functions in the Iterative Template are called once per DS packet, ~ every 20ms (which one gets called obviously depends on the current mode)
|
Ah ok, im used to using:
Code:
public void operatorControl {
while(isOperatorControl) {
}
}