Click or drag to resize

Pin Class

Encapsulates PCA9685 GPIO outputs.
Inheritance Hierarchy
SystemObject
  IO.Devices.PCA9685.GPIOPin

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

The Pin type exposes the following members.

Constructors
 NameDescription
Public methodPin Constructor for a single GPIO output pin.
Top
Properties
 NameDescription
Public propertystate Read/Write GPIO output state property.
Top
See Also