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 mbed nRF51822 X_NUCLEO_IDB0XA1
Fork of BLE_iBeacon by
Revision 42:bb46ad5c24dd, committed 2014-08-12
- Comitter:
- rgrover1
- Date:
- Tue Aug 12 08:28:45 2014 +0000
- Parent:
- 41:51f585d14675
- Child:
- 43:b5dc3241fc91
- Commit message:
- minor cosmetic change to a comment block
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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();
// }
}
