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 SD_ReadWrite_K64 by
main.cpp@2:b441f859191d, 2017-05-16 (annotated)
- Committer:
- nnoitre
- Date:
- Tue May 16 13:36:53 2017 +0000
- Revision:
- 2:b441f859191d
- Parent:
- 1:2cf8f0893afd
- Child:
- 3:a9c142f24ede
e
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 0:bdbd3d6fc5d5 | 1 | #include "mbed.h" |
mbed_official | 0:bdbd3d6fc5d5 | 2 | #include "SDFileSystem.h" |
nnoitre | 2:b441f859191d | 3 | #include <string> |
nnoitre | 2:b441f859191d | 4 | #include "SD.h" |
nnoitre | 2:b441f859191d | 5 | int main() |
nnoitre | 2:b441f859191d | 6 | { |
nnoitre | 2:b441f859191d | 7 | while(1) { |
nnoitre | 2:b441f859191d | 8 | VivesCityGame::SD read(); |
bentrevett | 1:2cf8f0893afd | 9 | } |
nnoitre | 2:b441f859191d | 10 | } |