Click or drag to resize

RaspberryPiPWM1 Field

PWM output channel number for the remote Raspberry Pi PWM output PWM1.

Namespace: IO.Objects.RemoteIO.Platforms
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public const int PWM1 = 1

Field Value

Int32
Remarks
PWM1 is not normally enabled. You can enable it with one of the device tree overlay command variationss described in https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README.
See Also