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: USBDevice USBMSD_RAM mbed
Fork of USB-MSD_SD_HelloWorld_Mbed-RAMVersion by
main.cpp@3:0ffb2eee9e06, 2011-11-11 (annotated)
- Committer:
- samux
- Date:
- Fri Nov 11 16:12:21 2011 +0000
- Revision:
- 3:0ffb2eee9e06
- Parent:
- 2:27a7e7f8d399
- Child:
- 7:6494da2a5c60
good: we can use the sd card as mass storage device
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
samux |
2:27a7e7f8d399 | 1 | #include "mbed.h" |
samux |
3:0ffb2eee9e06 | 2 | #include "USB_SDcard.h" |
samux |
2:27a7e7f8d399 | 3 | |
samux |
3:0ffb2eee9e06 | 4 | USB_SDcard sd; |
samux |
2:27a7e7f8d399 | 5 | |
samux |
2:27a7e7f8d399 | 6 | int main() { |
samux |
2:27a7e7f8d399 | 7 | while(1); |
samux |
2:27a7e7f8d399 | 8 | } |