Click or drag to resize

Device Class

Encapsulates a chain of one or more SN74HC595 8-bit shift registers.
Inheritance Hierarchy
SystemObject
  IO.Devices.SN74HC595Device

Namespace: IO.Devices.SN74HC595
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Device

The Device type exposes the following members.

Constructors
 NameDescription
Public methodDevice Constructor for a chain of one or more SN74HC595 shift registers.
Top
Properties
 NameDescription
Public propertyLength Read-only property returning the number of stages in the chain.
Public propertystate Read/Write shift register chain state property.
Top
Methods
 NameDescription
Public methodClrBit Clear a single bit in the shift register chain.
Public methodReadBit Read a single bit in the shift register chain.
Public methodSetBit Set a single bit in the shift register chain.
Top
Fields
 NameDescription
Public fieldStatic memberSPI_MaxFreq SPI maximum clock frequency for the SNHC74HC595 shift register. (Most pessimistic datasheet limit at 2V.)
Public fieldStatic memberSPI_Mode SPI clock mode for the SNHC74HC595 shift register.
Top
See Also