/*****************************************************************************/
/* Revision history of library to access microSD                             */
/*                                                                           */
/*  Lib: sd_v100.lib                                                         */
/*  Head file: microSD.h                                                     */
/*                                                                           */
/*  microSD card supported: 1GB and 2GB. (can not support microSDHC)         */
/*  Hardware supported:                                                      */
/*      uPAC-5001, iP-8441, ip-8841                                          */
/*      and other controllers which supports microSD.                        */
/*                                                                           */
/*****************************************************************************/

[2009,09,21] Version 1.0.0
    1. First released version.
    
    2. Supports following API functions.
        pc_getLibVer,pc_getLibDate,
        pc_open,pc_read,pc_write,pc_lseek,pc_close,
        pc_format,pc_mkdir,pc_rmdir,pc_move,pc_del,pc_deltree,pc_isdir,pc_isvol,
        pc_set_cwd,pc_get_cwd,
        pc_gfirst,pc_gnext,pc_gdone,
        pc_get_freeSize_KB,pc_get_usedSize_KB,pc_get_totalSize_KB,
        pc_get_attributes,pc_set_attributes,pc_get_errno.