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
//IRMusicPlayer | |
//Jennifer Schumaker | |
//22.Feb.12 | |
// PIND is an Arduino command that gets a byte containing the input | |
// status of bytes 0 through 7. In our case we want the bit | |
// corresponding to pin 2. | |
// NOTE: If you are seeking input from ports 8 - 15 use PINDB. | |
// For analong pins 0 - 5 use PINC | |
// |