Click or drag to resize
MotorHat2348Motors Property
Gets all motors 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<IMotor> Motors { get; }

Property Value

Type: IReadOnlyListIMotor
A list of IMotor objects.
Remarks
The method returns a list of values that represent the IMotor objects created on this MotorHat2348.
See Also