max32630

Dependencies:   OLED USBDevice max32630fthr

Fork of FTHR_OLED by Greg Steiert

Files at this revision

API Documentation at this revision

Comitter:
switches
Date:
Tue Dec 13 21:37:41 2016 +0000
Parent:
2:57500e991166
Child:
4:83fd5be9dab7
Commit message:
Updated pegagus_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	Thu Dec 08 00:06:59 2016 +0000
+++ b/main.cpp	Tue Dec 13 21:37:41 2016 +0000
@@ -2,11 +2,14 @@
 #include "max32630fthr.h"
 #include "USBSerial.h"
 
-MAX32630FTHR pegasus(MAX32630FTHR::VIO_3V3);
+MAX32630FTHR pegasus;
 
 // Hardware serial port over DAPLink
 Serial daplink(P2_1, P2_0);
 
+// Virtual serial port over USB
+USBSerial microUSB;
+
 DigitalOut rLED(LED1);
 DigitalOut gLED(LED2);
 DigitalOut bLED(LED3);
@@ -18,16 +21,12 @@
     int c;
 
     daplink.printf("daplink serial port\r\n");
+    microUSB.printf("micro USB serial port\r\n");
     rLED = LED_ON;
     gLED = LED_ON;
     bLED = LED_OFF;
-    pegasus.init();
 
-    // Virtual serial port over USB
-    USBSerial microUSB;
-    microUSB.printf("micro USB serial port\r\n");
-    
-
+    pegasus.init(MAX32630FTHR::VIO_3V3);    
     rLED = LED_OFF;
 
     while(1) {
--- a/max32630fthr.lib	Thu Dec 08 00:06:59 2016 +0000
+++ b/max32630fthr.lib	Tue Dec 13 21:37:41 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	Thu Dec 08 00:06:59 2016 +0000
+++ b/pegasus_dev.lib	Tue Dec 13 21:37:41 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