Paul Jeon / Mbed OS PICO_board_demo

Dependencies:   max32625pico SerialInterface USBDevice

Files at this revision

API Documentation at this revision

Comitter:
switches
Date:
Tue Dec 13 22:00:12 2016 +0000
Parent:
4:1c6819a42db0
Child:
6:fa0134a8ac32
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	Fri Dec 09 22:17:16 2016 +0000
+++ b/main.cpp	Tue Dec 13 22:00:12 2016 +0000
@@ -2,7 +2,7 @@
 #include "max32630fthr.h"
 #include "USBMSD_SD.h"
 
-MAX32630FTHR pegasus(MAX32630FTHR::VIO_3V3);
+MAX32630FTHR pegasus;
 
 // Hardware serial port over DAPLink
 Serial daplink(P2_1, P2_0);
@@ -42,7 +42,7 @@
 {
     float aIn;
     daplink.printf("Initializing MAX32630FTHR\r\n");
-    pegasus.init();
+    pegasus.init(MAX32630FTHR::VIO_3V3);
     daplink.printf("Checking Supplies\r\n");
     aIn = 2.4f * vdd12In;
     daplink.printf("vdd12 = %f\r\n", aIn);
--- a/max32630fthr.lib	Fri Dec 09 22:17:16 2016 +0000
+++ b/max32630fthr.lib	Tue Dec 13 22:00:12 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	Fri Dec 09 22:17:16 2016 +0000
+++ b/pegasus_dev.lib	Tue Dec 13 22:00:12 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/switches/code/pegasus_dev/#9577d6fee9f9
+https://developer.mbed.org/users/switches/code/pegasus_dev/#2cb9d52ef33b