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.Devices.PCA8574
Device Class
Device Constructor
Device Properties
Device Methods
Device Fields
Device Class
Encapsulates PCA8574 (and similar) I
2
C GPIO Expanders.
Inheritance Hierarchy
System
Object
IO.Devices.PCA8574
Device
Namespace:
IO.Devices.PCA8574
Assembly:
libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
Copy
public
class
Device
The
Device
type exposes the following members.
Constructors
Name
Description
Device
Constructor for a PCA8574 (or similar) GPIO Expander.
Top
Properties
Name
Description
Latch
This read-only property returns the last value written to the output latch.
Top
Methods
Name
Description
Read
Return actual state of the GPIO pins.
Write
Write all GPIO pins.
Top
Fields
Name
Description
MAX_PINS
The number of available GPIO pins per chip.
Top
See Also
Reference
IO.Devices.PCA8574 Namespace