Skip to main content

Class ServoWing

Represents Adafruit's Feather Servo Wing and 16-Channel 12-bit PWM/Servo Shield

Assembly: ServoWing.dll
View Source
Declaration
public class ServoWing

Methods

GetServo(byte, ServoConfig)

Returns the specified servo

View Source
Declaration
public Servo GetServo(byte portIndex, ServoConfig servoConfig)
Returns

Meadow.Foundation.Servos.Servo

Parameters
TypeName
System.ByteportIndex
Meadow.Foundation.Servos.ServoConfigservoConfig

GetContinuousRotatioServo(byte, ServoConfig)

Returns the specified continues rotation servo

View Source
Declaration
public IContinuousRotationServo GetContinuousRotatioServo(byte portIndex, ServoConfig servoConfig)
Returns

Meadow.Foundation.Servos.IContinuousRotationServo

Parameters
TypeName
System.ByteportIndex
Meadow.Foundation.Servos.ServoConfigservoConfig
Exceptions

System.ArgumentException