Thread: vex brain
View Single Post
  #1   Spotlight this post!  
Unread 21-09-2011, 22:22
takiko1996's Avatar
takiko1996 takiko1996 is offline
Registered User
FRC #2443 (Blue Thunder)
Team Role: Programmer
 
Join Date: Jan 2011
Rookie Year: 2011
Location: Hawaii
Posts: 58
takiko1996 is an unknown quantity at this point
Re: vex brain

They are using cortex controllers
robotC
They also tether them together and all lights are green on controller and cortex
we've also tried programs like
Task main()
{
while(true)
{
motor[port3] =127;
wait1msec(1000);
motor[port2] =vexRT[ch2];
}
}

and

Task main()
{
while(true)
{
motor[port2] =vexRT[ch2];
}
}
Reply With Quote