Sam Walsh / Mbed 2 deprecated Ultrasound_And_IMU

Dependencies:   HCSR04 X_NUCLEO_6180XA1 mbed

Fork of HelloWorld_6180XA1 by ST

Files at this revision

API Documentation at this revision

Comitter:
mapellil
Date:
Wed Jun 15 11:57:24 2016 +0000
Parent:
41:928458829959
Child:
43:f03152407731
Commit message:
Removed board deletion (singleton object has no destructor) and linked latest 6180 lib

Changed in this revision

X_NUCLEO_6180XA1.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
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/X_NUCLEO_6180XA1.lib	Mon Mar 21 16:20:08 2016 +0000
+++ b/X_NUCLEO_6180XA1.lib	Wed Jun 15 11:57:24 2016 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/ST/code/X_NUCLEO_6180XA1/#70e4abd970a9
+http://developer.mbed.org/teams/ST/code/X_NUCLEO_6180XA1/#f0dd44dd59c5
--- a/main.cpp	Mon Mar 21 16:20:08 2016 +0000
+++ b/main.cpp	Wed Jun 15 11:57:24 2016 +0000
@@ -187,7 +187,6 @@
       }
    }
    DisplayMsg("BYE");
-   delete board;	    
 }	 
 
 /*=================================== Main ==================================
--- a/mbed.bld	Mon Mar 21 16:20:08 2016 +0000
+++ b/mbed.bld	Wed Jun 15 11:57:24 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/c0f6e94411f5
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/7c328cabac7e
\ No newline at end of file