Skip to content

Instantly share code, notes, and snippets.

View tylermenezes's full-sized avatar
🌵
Hello

Tyler Menezes tylermenezes

🌵
Hello
View GitHub Profile
//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
//