Package | Description |
---|---|
com.pi4j.component.servo | |
com.pi4j.component.servo.impl |
Modifier and Type | Method and Description |
---|---|
ServoDriver |
Servo.getServoDriver()
Returns servo driver this servo is attached to
|
ServoDriver |
ServoProvider.getServoDriver(Pin servoPin)
This method returns a
ServoDriver for asked pin. |
Modifier and Type | Class and Description |
---|---|
class |
PCA9685GpioServoDriver |
class |
RPIServoBlasterServoDriver |
Modifier and Type | Method and Description |
---|---|
ServoDriver |
GenericServo.getServoDriver() |
ServoDriver |
RPIServoBlasterProvider.getServoDriver(Pin servoPin)
Returns new instance of
RPIServoBlasterServoDriver . |
ServoDriver |
PCA9685GpioServoProvider.getServoDriver(Pin servoPin) |
Modifier and Type | Method and Description |
---|---|
protected void |
GenericServo.setServoDriver(ServoDriver servoDriver) |
Constructor and Description |
---|
GenericServo(ServoDriver servoDriver,
String name) |
GenericServo(ServoDriver servoDriver,
String name,
Map<String,String> properties) |
Copyright © 2012–2014 Pi4J. All rights reserved.