Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

mmcconf.h

Go to the documentation of this file.
00001 /*! \file mmcconf.h \brief MultiMedia and SD Flash Card Interface Configuration. */
00002 //*****************************************************************************
00003 //
00004 // File Name    : 'mmc.h'
00005 // Title        : MultiMedia and SD Flash Card Interface Configuration
00006 // Author       : Pascal Stang - Copyright (C) 2004
00007 // Created      : 2004.09.22
00008 // Revised      : 2004.09.22
00009 // Version      : 0.1
00010 // Target MCU   : Atmel AVR Series
00011 // Editor Tabs  : 4
00012 //
00013 // NOTE: This code is currently below version 1.0, and therefore is considered
00014 // to be lacking in some functionality or documentation, or may not be fully
00015 // tested.  Nonetheless, you can expect most functions to work.
00016 //
00017 // This code is distributed under the GNU Public License
00018 //      which can be found at http://www.gnu.org/licenses/gpl.txt
00019 //
00020 //*****************************************************************************
00021 
00022 #ifndef MMCCONF_H
00023 #define MMCCONF_H
00024 
00025 // define to enable debugging print statements
00026 //#define MMC_DEBUG
00027 
00028 // MMC card chip select pin defines
00029 #define MMC_CS_PORT         PORTB
00030 #define MMC_CS_DDR          DDRB
00031 #define MMC_CS_PIN          0
00032 
00033 #endif

Generated on Sun Oct 29 03:41:06 2006 for Procyon AVRlib by  doxygen 1.4.2