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
Fork of BLE_iBeacon by
Revision 32:7b7093b653a8, committed 2014-06-10
- Comitter:
- Rohit Grover
- Date:
- Tue Jun 10 13:13:07 2014 +0100
- Parent:
- 31:93e50a3c3dc6
- Child:
- 33:005c45ac0e93
- Child:
- 37:205deeded79d
- Commit message:
- reverting to BLEDevice (from BLEPeripheral)
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jun 10 11:54:06 2014 +0100
+++ b/main.cpp Tue Jun 10 13:13:07 2014 +0100
@@ -15,9 +15,9 @@
*/
#include "mbed.h"
-#include "BLEPeripheral.h"
+#include "BLEDevice.h"
-BLEPeripheral ble;
+BLEDevice ble;
#define NEED_CONSOLE_OUTPUT 0 /* Set this if you need debug messages on the console;
* it will have an impact on code-size and power consumption. */
