|
Re: 8 ds analog inputs?
assuming you don't need to access it during autonomous, just use the teensy (or similar) to send the data over serial, and send it to the robot using a UDP socket. That would be way easier to do then doing the joystick in my opinion.
__________________
'Why are you a programer?' --Team Captain
'Because the robot isn't complicated enough!' --Me
Last edited by MAldridge : 20-07-2012 at 15:38.
|