 | 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)
Syntaxpublic MotorHat2348(
byte i2cAddrress
)
Public Sub New (
i2cAddrress As Byte
)
public:
MotorHat2348(
[InAttribute] unsigned char 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