C# Class VersaShield.Servo.VersaShieldServoDriver

Afficher le fichier Open project: wramsdell/Netduino_Example Class Usage Examples

Méthodes publiques

Méthode Description
SetServoDegree ( FpgaPwmPorts port, double degrees ) : void

Set a target servo to a degree

VersaShieldServoDriver ( byte address ) : Microsoft.SPOT.Hardware

Construct, create the Device config

Method Details

SetServoDegree() public méthode

Set a target servo to a degree
public SetServoDegree ( FpgaPwmPorts port, double degrees ) : void
port FpgaPwmPorts
degrees double
Résultat void

VersaShieldServoDriver() public méthode

Construct, create the Device config
public VersaShieldServoDriver ( byte address ) : Microsoft.SPOT.Hardware
address byte
Résultat Microsoft.SPOT.Hardware