View Single Post
  #7   Spotlight this post!  
Unread 01-02-2011, 10:11
drakesword drakesword is offline
Registered User
AKA: Bryant
FRC #0346 (Robohawks)
Team Role: Mentor
 
Join Date: Jan 2006
Rookie Year: 2004
Location: USA
Posts: 200
drakesword is on a distinguished road
Re: Resetting Encoder

Your best bet is to do it with software rather then custom circuit.

enable(0);
enable(0);

or in java
enableControl(0);
enableControl(0);
Reply With Quote