RedstoneChips

shiftregister

A SIPO (Serial-In-Parallel-Out) shift register. Can be built with any word size determined by the number of output pins. Each time the clock input is turned on, the register shifts one bit to the left and it’s first bit is set to the current state of the data pin. An optional reset pin can be added. When it’s triggered the register is cleared.

on Wikipedia

source code


I/O setup

Sign text

  1. shiftregister

a 4-bit shiftregister

Version history: Added to BasicCircuits 0.1

Fork me on GitHub