vault backup: 2025-03-17 10:19:18

This commit is contained in:
arc 2025-03-17 10:19:18 -06:00
parent 32e3900037
commit 0fa73dc599

View File

@ -34,4 +34,9 @@ A T Flip Flip, or a toggle flip flop has two inputs:
# Registers
## Shift Register
![[Pasted image 20250317101146.png]]
Above is a simple shift register.
Above is a simple shift register.
## Parallel Shift Register
A parallel shift register has 4 inputs, 4 outputs, a serial input, and a shift/load input.
When the *load* input is high, the input is stored into the register. When the *shift* input is high, the registers are shifted and the serial input is read into the new space.