package
Version:
v0.11.0
Opens a new window with list of versions in this module.
Published: Mar 7, 2020
License: BSD-3-Clause
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package shiftregister is for 8bit shift output register using 3 GPIO pins like SN74ALS164A, SN74AHC594, SN74AHC595, ...
Device holds pin number
New returns a new shift output register device
Configure set hardware configuration
GetShiftPin return an individually addressable pin
WriteMask applies mask's bits to register's outputs pin
mask's MSB set Q1, LSB set Q8 (for 8 bits mask)
Bit number of the register
ShiftPin is the implementation of the ShiftPin interface.
ShiftPin provide an interface like regular machine.Pin
High sets this shift register pin to high.
Low sets this shift register pin to low.
Set changes the value of this register pin.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.