ButterflyMP3
|
Butterfly MP3 utility routines. More...
Go to the source code of this file.
Functions | |
uint16 | strLen (uint8 *str) |
void | strCatChar (uint8 *str, uint8 byte) |
Butterfly MP3 utility routines.
Copyright (C) 2005 Nick Lott <nick_Lott@bigfoot.com> Copyright (C) 2006 RA Sewell <richsewell@gmail.com>
This is a simple MP3 player based around the AVR Butterfly.It currently uses a VS1001 mp3 decoder, MMC card and Nokia LCD. It has been heavily influenced by the Yampp system by Jesper Hansen <jesperh@telia.com>.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Target(s)...: ATmega169
Compiler....: AVR-GCC 3.3.1; avr-libc 1.0
Definition in file utils.h.
Definition at line 34 of file utils.c.
Referenced by cue_file(), FAT_readFile(), and strCatChar().