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. The SPI interface is used because it's easy and fast.
Connect an LED (and series resistor) between the first output of the shift register and ground.
Remember to connect the enable pin of 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