View Single Post
  #1   Spotlight this post!  
Unread 11-08-2011, 01:15
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
MDL-BDC24 Comutator Mode

Just digging through the source code for version 7243 and stumbled apon this curiosity.


Code:
           //
            // Set the number of brushes in the motor, which determines the
            // number of commutations per revolution for sensor-less speed
            // detection.
            //
            case COMMAND_NUM_BRUSHES:
            {
                //
                // This command has been handled.
                //
                break;
            }
Now the comments state that the command was handled although it is not. Anyone have any more insight into this?
Reply With Quote