Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: max32625pico SerialInterface USBDevice
Revision 5:39fe91b6d3f0, committed 2016-12-13
- 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
--- 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