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.SimpleIO.GPIO
Driver Enumeration
Edge Enumeration
Pin Class
Polarity Enumeration
Polarity Enumeration
GPIO polarity settings
Namespace:
IO.Objects.SimpleIO.GPIO
Assembly:
libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
Copy
public
enum
Polarity
Members
Member name
Value
Description
ActiveLow
0
Configure GPIO pin as active low (inverted logic).
ActiveHigh
1
Configure GPIO pin as active high (normal logic).
See Also
Reference
IO.Objects.SimpleIO.GPIO Namespace