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
/*** | |
InputCapture.ino | |
Timer 1 high-resolution timing facility. | |
Copyright (C) 2008-2012 Bill Roy | |
This library is free software; you can redistribute it and/or | |
modify it under the terms of the GNU Lesser General Public | |
License as published by the Free Software Foundation; either |
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
/* | |
* | |
* File: MP3_Shield_RealtimeMIDI.ino | |
* Author: Matthias Neeracher | |
* | |
* This code is in the public domain, with the exception of the contents of sVS1053b_Realtime_MIDI_Plugin. | |
* | |
* The code is based on Nathan Seidle's Sparkfun Electronics example code for the Sparkfun | |
* MP3 Player and Music Instrument shields and and VS1053 breakout board. | |
* |