
Nuff Said.

Has anyone ever come up with a board or a way to handle an auto switching source of power?
For example: I am plugged into a AC outlet. If I unplug the AC and the master switch is on then it reverts to battery power?
If I am on battery and I connect back up to AC then it shuts off the battery source. A UPS board sounded like it would work but I haven’t had too much success with that
Most vex users probably know about this, but since it wasn't completely obvious I thought I would post.
If your using Arcade2 mode for driving you should have this line of code:
Arcade2(0,1,2,1,2,0,1);
This makes forward and reverse work with the right stick.
The only problem with this is that turning left and right is reversed.
stick left he goes right and stick right he goes left.
To fix this:
press mode+select till you get into the config mode on the remote.
Hit the mode button again to get into the reverse menu.
Press select channel to change to channel 2
press the Data Input button down to reverse the second channel.
done.
right stick forward, reverse, left, and right all respond correctly.
Happy driving!