Beacon demo for the BLE API using the nRF51822 native mode drivers
Dependencies: BLE_API mbed nRF51822 X_NUCLEO_IDB0XA1
Fork of BLE_iBeacon by
Diff: main.cpp
- Revision:
- 32:7b7093b653a8
- Parent:
- 31:93e50a3c3dc6
- Child:
- 37:205deeded79d
--- 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. */