Munts Technologies Linux Simple I/O Library for .Net Standard 2.0
Munts Technologies Linux Simple I/O Library for .Net Standard 2.0
Namespaces
IO.Objects.GPIO.PWM
Pin Class
Pin Constructor
Pin Properties
Pin Class
Encapsulates GPIO output pins implemented with PWM outputs.
Inheritance Hierarchy
System
Object
IO.Objects.GPIO.PWM
Pin
Namespace:
IO.Objects.GPIO.PWM
Assembly:
libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
Copy
public
class
Pin
:
Pin
The
Pin
type exposes the following members.
Constructors
Name
Description
Pin
Constructor for a single GPIO pin.
Top
Properties
Name
Description
state
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
Reference
IO.Objects.GPIO.PWM Namespace