Maxim Integrated / Mbed OS FTHR_USBMSD_Demo

Dependencies:   USBDevice USBMSD_SD max32630fthr

Fork of FTHR_USBMSD_Demo by Greg Steiert

This example implements a micro SD card reader allowing access to a card inserted into the micro SD connector through the micro USB connector using the standard USB-MSD interface so that it appears just like a USB drive to your system.

Files at this revision

API Documentation at this revision

Comitter:
switches
Date:
Tue Dec 13 21:33:30 2016 +0000
Parent:
3:7264c8044625
Child:
5:2d0d32abe537
Commit message:
Updated pegasus_dev and max32630fthr libraries

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
max32630fthr.lib Show annotated file Show diff for this revision Revisions of this file
pegasus_dev.lib Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Nov 20 23:58:11 2016 +0000
+++ b/main.cpp	Tue Dec 13 21:33:30 2016 +0000
@@ -2,7 +2,7 @@
 #include "max32630fthr.h"
 #include "USBMSD_SD.h"
 
-MAX32630FTHR pegasus(MAX32630FTHR::VIO_3V3);
+MAX32630FTHR pegasus;
 
 DigitalOut rLED(LED1);
 DigitalOut gLED(LED2);
@@ -13,7 +13,7 @@
 {
     gLED = LED_OFF;
     rLED = LED_ON;
-    pegasus.init();
+    pegasus.init(MAX32630FTHR::VIO_3V3);
 
     gLED = LED_ON;
     Thread::wait(100);
--- a/max32630fthr.lib	Sun Nov 20 23:58:11 2016 +0000
+++ b/max32630fthr.lib	Tue Dec 13 21:33:30 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/switches/code/max32630fthr/#7a1d7d6d520e
+https://developer.mbed.org/users/switches/code/max32630fthr/#09e3dbb49561
--- a/pegasus_dev.lib	Sun Nov 20 23:58:11 2016 +0000
+++ b/pegasus_dev.lib	Tue Dec 13 21:33:30 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/switches/code/pegasus_dev/#5c4d7b2438d3
+https://developer.mbed.org/users/switches/code/pegasus_dev/#2cb9d52ef33b