This program utilizes an LCD, RPG, 8 ohm speaker, and SD card to provide the basic functions of a music player. The project cycles through the SD card for .wav files and tracks elapsed time. See http://mbed.org/users/rsartin3/notebook/wav-player-with-RPG-based-menu/ for more information.

Dependencies:   DebounceIn RPG SDFileSystem TextLCD mbed wav_header wave_player

Fork of Audio_Player by Ryan Sartin

Changes

RevisionDateWhoCommit message
2:d9953793444c 2013-03-05 rsartin3 Changed name for clarification; default tip
1:f31b40073d35 2013-03-05 rsartin3 ;
0:040129c3d961 2013-03-04 rsartin3 Working version with clock;