|
Re: Q. abuot autonomous Mode
basically use a switch(variable) block for what code u want to execute based on the digital inputs on your robot, like if switch1 is fliped incrment a vairable and for each switch flipped up it increments the value and in the switch have a case for each variable to execute each code.
|