RegisterWrite - Extending the Outputs of Arduino/Microcontroller With Shift Registers: Register Write is a program example to extend the outputs of the Arduino using a shift register. I have wrote a simple sketch that will use 3 outputs of the Arduino to drive the shift register. I wrote this as I could not find any similar code to dr…