View Single Post
  #7   Spotlight this post!  
Unread 13-04-2014, 22:58
gappleto97 gappleto97 is offline
Registered User
FRC #3617
 
Join Date: Oct 2013
Location: Marquette, MI
Posts: 12
gappleto97 is an unknown quantity at this point
Re: Looking at trying new things for next year. Fits into electrical and programming

Quote:
Originally Posted by akmess01 View Post
4) depending on which Robotbase you use you can either set all the outputs to false in DisabledInit() or in Disable().
5) I have seen people do it with the digital outputs from the Raspberry Pi or you could use Serial or I2C to communicate. This could also be done for the Arduino instead of using ethernet.
I actually tried to do this, but for some reason I couldn't modify the methods needed. I don't remember the particular error it gave me, but I know it didn't like the @override