Skip to content

Commit

Permalink
forgot file
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Feb 16, 2024
1 parent 3f5fc89 commit 445af3e
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,12 @@ public interface ServoControl extends AbsolutePositionControl, EncoderListener,
/**
* disable speed control and move the servos at full speed.
*/
@Deprecated /* implement setSpeed(null) */
@Deprecated
void fullSpeed();


/**
*
*/
void setMaxSpeed();

}

0 comments on commit 445af3e

Please sign in to comment.