Click or drag to resize
MotorHat2348PwmPins Property
Gets all auxiliary PWM pins created to this MotorHat2348.

Namespace:  Adafruit.IoT.Devices
Assembly:  Adafruit.IoT (in Adafruit.IoT.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
public IReadOnlyList<PwmPin> PwmPins { get; }

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