Program for testing development of BMI160 Library

Dependencies:   BMI160 max32630fthr mbed

Files at this revision

API Documentation at this revision

Comitter:
j3
Date:
Mon Feb 06 23:18:54 2017 +0000
Parent:
6:1d23dc51ee3f
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
diff -r 1d23dc51ee3f -r 811949acf593 main.cpp
--- 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);
diff -r 1d23dc51ee3f -r 811949acf593 max32630fthr.lib
--- 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