Click or drag to resize

Device Class

Encapsulates the PCA9685 I2C PWM Controller.
Inheritance Hierarchy
SystemObject
  IO.Devices.PCA9685Device

Namespace: IO.Devices.PCA9685
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Device

The Device type exposes the following members.

Constructors
 NameDescription
Public methodDevice Constructor for a single PCA9685 device.
Top
Properties
 NameDescription
Public propertyFrequency Read-only property returning the configured PWM pulse frequency.
Top
Methods
 NameDescription
Public methodReadChannel Read PCA9685 output channel data.
Public methodWriteChannel Write PCA9685 output channel data.
Top
Fields
 NameDescription
Public fieldStatic memberINTERNAL_CLOCK Select internal 25 MHz clock oscillator.
Public fieldStatic memberMAX_CHANNEL Maximum PCA9685 output channel number.
Public fieldStatic memberMAX_CLOCK Maximum clock frequency.
Public fieldStatic memberMIN_CHANNEL Minimum PCA9685 output channel number.
Public fieldStatic memberMIN_CLOCK Minimum clock frequency.
Top
See Also