Click or drag to resize
PCA9685 Class
Driver for the PCA9685 16-Channel 12-bit PWM/Servo Driver.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.Devices.PwmPCA9685

Namespace: Microsoft.IoT.Devices.Pwm
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class PCA9685 : IPwmControllerProvider, 
	IClosable, IStringable

The PCA9685 type exposes the following members.

Constructors
  NameDescription
Public methodPCA9685
Initializes a new instance of the PCA9685 class
Top
Properties
  NameDescription
Public propertyActualFrequency
Public propertyControllerName
Gets or sets the name of the I2C controller to use.
Public propertyMaxFrequency
Public propertyMinFrequency
Public propertyPinCount
Top
Methods
  NameDescription
Public methodAcquirePin
Public methodClose
Public methodDisablePin
Public methodEnablePin
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodReleasePin
Public methodSetDesiredFrequency
Public methodSetPulseParameters
Public methodToString (Inherited from Object.)
Top
Remarks
This class is adapted from the original C++ ms-iot sample here.
See Also