Very small RAMdisk acting as an USB mass storage device

Dependencies:   RAM_DISK USBDevice mbed

Fork of USBMSB_Ramdisk_kl25z by Richard Green

Committer:
ragmondo
Date:
Wed May 15 22:39:46 2013 +0000
Revision:
0:fc0ff7c1656b
Child:
1:64231bdc8023
check in as it works

Who changed what in which revision?

UserRevisionLine numberNew 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 }