Click or drag to resize

libsimpleioPWM_POLARITY_ACTIVELOW Field

Configure the PWM output as active low (inverted).

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public const int PWM_POLARITY_ACTIVELOW = 0

Field Value

Int32
Remarks
Not all platforms support active low (inverted) PWM outputs.
See Also