Run on TY51822r3 board with ACC sensor (LIS3DH or BMC050)

Dependencies:   BLE_API LIS3DH mbed nRF51822 BMC050 nRF51_LowPwr nRF51_Vdd

Fork of BLE_EddystoneBeacon_Service by Bluetooth Low Energy

Revision:
22:160766614338
Parent:
19:f7c33fa88ca5
Child:
23:05e9bb3b13af
diff -r f4646308f363 -r 160766614338 main.cpp
--- a/main.cpp	Thu Jul 23 06:48:50 2015 +0000
+++ b/main.cpp	Thu Jul 23 18:00:59 2015 +0000
@@ -58,7 +58,7 @@
 
         configAdvertisementTimeoutTicker.detach(); /* disable the callback from the timeout Ticker. */
         printf("removing config service\r\n");
-        test.attach(stupidWrapperFn,1);
+        //test.attach(stupidWrapperFn,1);
     }
 }