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_SD mbed
Fork of USBMSD_SD_HelloWorld_Mbed by
main.cpp@0:1d1a8f87d8fa, 2011-12-12 (annotated)
- Committer:
- samux
- Date:
- Mon Dec 12 17:49:34 2011 +0000
- Revision:
- 0:1d1a8f87d8fa
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| samux | 0:1d1a8f87d8fa | 1 | #include "mbed.h" |
| samux | 0:1d1a8f87d8fa | 2 | #include "USBMSD_SD.h" |
| samux | 0:1d1a8f87d8fa | 3 | |
| samux | 0:1d1a8f87d8fa | 4 | USBMSD_SD sd(p5, p6, p7, p8); |
| samux | 0:1d1a8f87d8fa | 5 | |
| samux | 0:1d1a8f87d8fa | 6 | int main() { |
| samux | 0:1d1a8f87d8fa | 7 | while(1); |
| samux | 0:1d1a8f87d8fa | 8 | } |
