Click or drag to resize
MotorHat2348CreatePwm Method
Creates a PwmPin for the specified channel.

Namespace:  Adafruit.IoT.Devices
Assembly:  Adafruit.IoT (in Adafruit.IoT.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
public PwmPin CreatePwm(
	byte channel
)

Parameters

channel
Type: SystemByte
The PWM channel number.

Return Value

Type: PwmPin
The created PwmPin for the specified channel.
Remarks
Channel numbers 1 through 4 correspond to the auxiliary PCA9685 channels 0, 1, 14 and 15.
See Also