View Single Post
  #1   Spotlight this post!  
Unread 20-02-2012, 18:37
kingpinzs kingpinzs is offline
Registered User
None #4086
 
Join Date: Feb 2012
Location: Idaho
Posts: 2
kingpinzs is an unknown quantity at this point
Need help getting spike relays working

Code:
Relay hopper;

hopper(1);

if(joybutton(1));
{
  hopper.Set(Relay::kOn);
  hopper.Set(Relay::kForward);
}
It doesnt do anything at all.

How do I get the spike relays working to test?
Reply With Quote