|
Re: User_Autonomous_Code() questions
can you help me?
I have pasted a code in the part that says "add your own autonomous code here",.
Then I Closed the switch in the competition port, the controls disable, but autonomous didn't run.
What should i do?
Thanks.
__________________
Join the Red revolution, give me some RED rep!!!!
if it doesn't work, don't force it. Go get a bigger hammer.
int run = 0;
int robot_chasing_you = 1;
if (robot_chasing_you)
{
run = 254;
}
I got 48 Gmail invites left, pm me with your e-mail so i can send you one.
|