Click or drag to resize
MotorHat2348 Constructor (Byte)
Initializes a new instance of the MotorHat2348 class with the specified I2C address and default PWM frequency.

Namespace:  Adafruit.IoT.Devices
Assembly:  Adafruit.IoT (in Adafruit.IoT.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
public MotorHat2348(
	byte i2cAddrress
)

Parameters

i2cAddrress
Type: System.Byte
The I2C address of the MotorHat's PWM controller.
Remarks
The MotorHat2348 will be created with the default frequency of 1600 Hz.
See Also