 | MotorHat2348PwmPins Property |
Namespace:
Adafruit.IoT.Devices
Assembly:
Adafruit.IoT (in Adafruit.IoT.dll) Version: 1.0.6.0 (1.0.6.0)
Syntaxpublic IReadOnlyList<PwmPin> PwmPins { get; }
Public ReadOnly Property PwmPins As IReadOnlyList(Of PwmPin)
Get
public:
virtual property IReadOnlyList<PwmPin^>^ PwmPins {
IReadOnlyList<PwmPin^>^ get () sealed;
}
Property Value
Type:
IReadOnlyListPwmPin
A list of
PwmPins objects.
Remarks
The method returns a list of values that represent the
PwmPins objects created on this
MotorHat2348.
See Also