This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// --------------------------------------------------------------------------- | |
// | |
// midi_cv.ino | |
// | |
// A MIDI sequencer example using two MCP4725 dacs for eurorack control voltage | |
// output and NeoPixels for display. | |
// | |
// Required dependencies: | |
// Adafruit FifteenStep Sequencer Library: https://github.com/adafruit/FifteenStep | |
// Adafruit NeoPixel Library: https://github.com/adafruit/Adafruit_NeoPixel |