Click or drag to resize

RaspberryPiPWM0 Field

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

Namespace: IO.Objects.RemoteIO.Platforms
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public const int PWM0 = 0

Field Value

Int32
Remarks
The following device tree overlay command must be added to config.txt on the Raspberry Pi Remote I/O server to enable PWM output PWM0:
C#
dtoverlay=pwm
See Also