BLE iBeacon demonstrating how to change the payload data every second

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_iBeacon by Bluetooth Low Energy

Revision:
42:bb46ad5c24dd
Parent:
41:51f585d14675
Child:
43:b5dc3241fc91
--- a/main.cpp	Tue Aug 12 08:26:18 2014 +0000
+++ b/main.cpp	Tue Aug 12 08:28:45 2014 +0000
@@ -76,6 +76,6 @@
     // DigitalOut mainloopLED(LED1);
     // for (;;) {
     //     mainloopLED = !mainloopLED;
-    //     wait(1);
+    //     ble.waitForEvent();
     // }
 }