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: BLE_API BMP180 mbed nRF51822
Fork of BMP180_example by
Revision 4:e039f39e789d, committed 2016-04-13
- Comitter:
 - helloqi
 - Date:
 - Wed Apr 13 12:36:38 2016 +0000
 - Parent:
 - 3:b66abd88f595
 - Commit message:
 - LinkNode_BMP180
 
Changed in this revision
| BMP180.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 | 
--- a/BMP180.lib Thu Jan 28 01:38:38 2016 +0000 +++ b/BMP180.lib Wed Apr 13 12:36:38 2016 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/kgills/code/BMP180/#068fdec73319 +https://developer.mbed.org/users/helloqi/code/BMP180/#068fdec73319
--- a/main.cpp	Thu Jan 28 01:38:38 2016 +0000
+++ b/main.cpp	Wed Apr 13 12:36:38 2016 +0000
@@ -15,6 +15,7 @@
         if (bmp180.init() != 0) 
         {
             printf("Error communicating with BMP180\n");
+            wait(1);
         } 
         else 
         {
    