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 simpleBLEControl
Fork of BLE_API_DEMO by
Diff: main.cpp
- Revision:
- 10:2436164b692e
- Parent:
- 9:5d693381e883
- Child:
- 11:1d9aafee4984
--- a/main.cpp Tue Jun 10 11:21:56 2014 +0100 +++ b/main.cpp Tue Jun 10 13:15:20 2014 +0100 @@ -15,9 +15,9 @@ */ #include "mbed.h" -#include "BLEPeripheral.h" +#include "BLEDevice.h" -BLEPeripheral ble; /* BLE radio driver */ +BLEDevice ble; DigitalOut led1(LED1);