Changes between Version 24 and Version 25 of SDCard

Show
Ignore:
Timestamp:
09/23/09 14:06:51 (12 months ago)
Author:
rolf.meyer@… (IP: 172.28.22.10)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SDCard

    v24 v25  
    6969 
    7070 * Start a new project so you pull in the mbed library 
    71  * Import as Library: !http://mbed.co.uk/projects/libraries/svn/FATFileSystem/trunk (this is the generic filesystem library) 
    72  * Import as Files: !http://mbed.co.uk/projects/cookbook/svn/SDCard/SDFileSystem (this is the SD Card code) 
     71Import as Library: (this is the generic filesystem library) 
     72  {{{ 
     73  http://mbed.co.uk/projects/libraries/svn/FATFileSystem/trunk 
     74  }}} 
     75 
     76Import as Files: (this is the SD Card code) 
     77  {{{ 
     78  http://mbed.co.uk/projects/cookbook/svn/SDCard/SDFileSystem 
     79  }}} 
     80 
     81  * For details on how to use this in the compiler, see [//handbook/Importing Importing Projects and Libraries in to the Compiler] 
    7382 
    7483Change your code to...