ButterflyMP3

utils.h File Reference

Butterfly MP3 utility routines. More...

#include "main.h"
#include "types.h"
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint16 strLen (uint8 *str)
void strCatChar (uint8 *str, uint8 byte)

Detailed Description

Butterfly MP3 utility routines.

Author:
RA Sewell
Date:
January 2006
Id:
utils.h,v 1.2 2007/06/02 21:34:17 brokentoaster Exp

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.


Function Documentation

void strCatChar ( uint8 str,
uint8  byte 
)

Definition at line 50 of file utils.c.

References strLen().

Here is the call graph for this function:

uint16 strLen ( uint8 str)

Definition at line 34 of file utils.c.

Referenced by cue_file(), FAT_readFile(), and strCatChar().

 All Files Functions Variables Typedefs Enumerations Enumerator Defines