van
Dependencies: BLE_API mbed VAN
Fork of BLE_iBeacon_POC by
Diff: main.cpp
- Revision:
- 32:7b7093b653a8
- Parent:
- 31:93e50a3c3dc6
- Child:
- 37:205deeded79d
diff -r 93e50a3c3dc6 -r 7b7093b653a8 main.cpp --- 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. */