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.
Fork of USBMSB_Ramdisk_kl25z by
main.cpp@0:fc0ff7c1656b, 2013-05-15 (annotated)
- Committer:
- ragmondo
- Date:
- Wed May 15 22:39:46 2013 +0000
- Revision:
- 0:fc0ff7c1656b
check in as it works
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ragmondo | 0:fc0ff7c1656b | 1 | #include "mbed.h" |
| ragmondo | 0:fc0ff7c1656b | 2 | #include "USBMSD_Ram.h" |
| ragmondo | 0:fc0ff7c1656b | 3 | |
| ragmondo | 0:fc0ff7c1656b | 4 | USBMSD_Ram sd; |
| ragmondo | 0:fc0ff7c1656b | 5 | |
| ragmondo | 0:fc0ff7c1656b | 6 | int main() { |
| ragmondo | 0:fc0ff7c1656b | 7 | while(1); |
| ragmondo | 0:fc0ff7c1656b | 8 | } |
