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
Fork of PES4_Programme by
header/sdcard.h@51:a98ffbd41e76, 2018-03-29 (annotated)
- Committer:
- cittecla
- Date:
- Thu Mar 29 18:17:38 2018 +0000
- Revision:
- 51:a98ffbd41e76
- Child:
- 53:1c61cadbcb35
added SD library
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
cittecla | 51:a98ffbd41e76 | 1 | #pragma once |
cittecla | 51:a98ffbd41e76 | 2 | #include "SDFileSystem.h" |
cittecla | 51:a98ffbd41e76 | 3 | #include "mbed.h" |
cittecla | 51:a98ffbd41e76 | 4 | |
cittecla | 51:a98ffbd41e76 | 5 | #include "sdcard.h" |
cittecla | 51:a98ffbd41e76 | 6 | |
cittecla | 51:a98ffbd41e76 | 7 | void writeTest(); |
cittecla | 51:a98ffbd41e76 | 8 | void readTest(); |
cittecla | 51:a98ffbd41e76 | 9 | void testSd(); |
cittecla | 51:a98ffbd41e76 | 10 |