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: mbed BMI160 max32630fthr
Revision 7:811949acf593, committed 2017-02-06
- Comitter:
- j3
- Date:
- Mon Feb 06 23:18:54 2017 +0000
- Parent:
- 6:1d23dc51ee3f
- Child:
- 8:514f75694881
- Commit message:
- Updated max32630fthr support lib
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 |
--- a/main.cpp Mon Feb 06 20:18:00 2017 +0000
+++ b/main.cpp Mon Feb 06 23:18:54 2017 +0000
@@ -43,8 +43,7 @@
int main()
{
- MAX32630FTHR pegasus;
- pegasus.init(MAX32630FTHR::VIO_3V3);
+ MAX32630FTHR pegasus(MAX32630FTHR::VIO_3V3);
DigitalOut rLED(LED1, LED_OFF);
DigitalOut gLED(LED2, LED_OFF);
--- a/max32630fthr.lib Mon Feb 06 20:18:00 2017 +0000 +++ b/max32630fthr.lib Mon Feb 06 23:18:54 2017 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/switches/code/max32630fthr/#8e424775234a +https://developer.mbed.org/teams/MaximIntegrated/code/max32630fthr/#8e424775234a