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_BatteryLevel by
Diff: main.cpp
- Revision:
- 17:5cdd04cf1ed4
- Parent:
- 14:39b4b11d9cf5
--- a/main.cpp Mon May 11 07:10:50 2015 +0000 +++ b/main.cpp Sat Jun 20 23:22:18 2015 +0000 @@ -15,10 +15,10 @@ */ #include "mbed.h" -#include "BLEDevice.h" +#include "BLE.h" #include "BatteryService.h" -BLEDevice ble; +BLE ble; DigitalOut led1(LED1, 1); Ticker t;