LinkNode_BMP180 by derron

Dependencies:   BLE_API BMP180 mbed nRF51822

Fork of LinkNode_BMP180 by Delong Qi

Revision:
4:e039f39e789d
Parent:
3:b66abd88f595
--- 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 
         {