Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem mbed
Revision 2:e4b38da7d1fc, committed 2014-07-30
- Comitter:
- neilt6
- Date:
- Wed Jul 30 17:45:34 2014 +0000
- Parent:
- 1:e0c49c5ad6d1
- Child:
- 3:aeddfd150b5a
- Commit message:
- Updated for new argument order
Changed in this revision
| SDFileSystem.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/SDFileSystem.lib Wed Jul 30 15:41:10 2014 +0000 +++ b/SDFileSystem.lib Wed Jul 30 17:45:34 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/neilt6/code/SDFileSystem/#25f4ba436b81 +http://mbed.org/users/neilt6/code/SDFileSystem/#7cf3d1835ef5
--- a/main.cpp Wed Jul 30 15:41:10 2014 +0000
+++ b/main.cpp Wed Jul 30 17:45:34 2014 +0000
@@ -2,7 +2,7 @@
#include "SDFileSystem.h"
DigitalIn button(p21, PullUp);
-SDFileSystem sd(p5, p6, p7, p20, p22, "sd", SDFileSystem::SWITCH_NC, 6000000);
+SDFileSystem sd(p5, p6, p7, p20, "sd", p22, SDFileSystem::SWITCH_NC, 6000000);
int main()
{