Mike VanderPloeg / Mbed OS BER_Board

Dependencies:   max32625pico SerialInterface USBDevice

Files at this revision

API Documentation at this revision

Comitter:
switches
Date:
Fri Dec 16 01:00:01 2016 +0000
Parent:
10:a3f06fa13bda
Child:
12:6c4b202eb16b
Commit message:
Updated libraries.

Changed in this revision

SerialInterface.lib Show annotated file Show diff for this revision Revisions of this file
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
--- a/SerialInterface.lib	Thu Dec 15 17:43:33 2016 +0000
+++ b/SerialInterface.lib	Fri Dec 16 01:00:01 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/switches/code/SerialInterface/#06a2eb2483f6
+https://developer.mbed.org/users/switches/code/SerialInterface/#a0937dc92631
--- a/main.cpp	Thu Dec 15 17:43:33 2016 +0000
+++ b/main.cpp	Fri Dec 16 01:00:01 2016 +0000
@@ -8,7 +8,7 @@
 #define USB_MAX_RESP_LENGTH  255
 #define USB_MAX_CMD_LENGTH  255
 
-MAX32630FTHR pegasus;
+MAX32630FTHR pegasus(MAX32630FTHR::VIO_3V3);
 
 // Virtual serial port over USB
 USBSerial microUSB;
@@ -105,8 +105,11 @@
     gLED = LED_ON;
     bLED = LED_OFF;
 
-//  Board Initialization
-    pegasus.init(MAX32630FTHR::VIO_3V3);
+/*  Board Initialization
+ *  This is done automatically if you specify vio
+ *  when you instantiate the MAX32630FTHR library
+ */
+//    pegasus.init(MAX32630FTHR::VIO_3V3);
 
 //  Initialize primary SPI CS
     gpio[0].write(1);
--- a/max32630fthr.lib	Thu Dec 15 17:43:33 2016 +0000
+++ b/max32630fthr.lib	Fri Dec 16 01:00:01 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/switches/code/max32630fthr/#09e3dbb49561
+https://developer.mbed.org/users/switches/code/max32630fthr/#8e424775234a