Control Surface
main
MIDI Control Surface library for Arduino
|
This example demonstrates the use of shift registers as if they were just normal IO pins. This version uses bit-banging to drive the shift register. You should probably be using the SPI version instead.
Connect an LED (and series resistor) between the first output of the shift register and ground.
Remember to connect the enable pin the shift register to ground and the master reset pin to Vcc in order to enable it.
This sketch will blink the LED once a second.
Written by PieterP, 2018-09-01 https://github.com/tttapa/Arduino-Helpers