RoboJDETM v1.5

com.ridgesoft.robotics
Interface Servo


public interface Servo

Generic interface to a servo.


Method Summary
 void off()
          Turns the servo off.
 void setPosition(int position)
          Sets the servo's position.
 

Method Detail

off

public void off()
Turns the servo off.


setPosition

public void setPosition(int position)
Sets the servo's position.

Parameters:
position - the position to set
  • range is 0 to 100
  • 50 is the midpoint position

RoboJDETM v1.5

Copyright (c) 2003-2006 RidgeSoft, LLC. All rights reserved.
www.ridgesoft.com