Click or drag to resize

Pin Class

Encapsulates GPIO output pins implemented with PWM outputs.
Inheritance Hierarchy
SystemObject
  IO.Objects.GPIO.PWMPin

Namespace: IO.Objects.GPIO.PWM
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 pin.
Top
Properties
 NameDescription
Public propertystate Read/Write GPIO state property.
Top
Remarks
Use cases for this class include ON/OFF things like an LED or a solenoid valve driven from a PWM output.
See Also