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 USBDevice USBMSD_SD mbed wave_player wavfile
Fork of USBMSD_SD_HelloWorld_FRDM-KL25Z by
main.cpp@0:44b579c983e0, 2013-03-01 (annotated)
- Committer:
- samux
- Date:
- Fri Mar 01 13:29:13 2013 +0000
- Revision:
- 0:44b579c983e0
- Child:
- 1:82ab86e5f918
USBMSD8SD HelloWorld for FRDM-KL25Z
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| samux | 0:44b579c983e0 | 1 | #include "mbed.h" |
| samux | 0:44b579c983e0 | 2 | #include "USBMSD_SD.h" |
| samux | 0:44b579c983e0 | 3 | |
| samux | 0:44b579c983e0 | 4 | USBMSD_SD sd(PTD2, PTD3, PTD1, PTD0); |
| samux | 0:44b579c983e0 | 5 | |
| samux | 0:44b579c983e0 | 6 | int main() { |
| samux | 0:44b579c983e0 | 7 | while(1); |
| samux | 0:44b579c983e0 | 8 | } |
