Click or drag to resize

libsimpleioPWM_open Method

Open a Linux PWM output device.

Namespace: IO.Bindings
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public static void PWM_open(
	int chip,
	int channel,
	out int fd,
	out int error
)

Parameters

chip  Int32
Chip number.
channel  Int32
Channel number.
fd  Int32
File descriptor.
error  Int32
Error code. Zero upon success or an errno value upon failure.
See Also