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_Button by
Diff: main.cpp
- Revision:
- 5:43a3ab27f2e4
- Parent:
- 2:84dd6d29bc59
- Child:
- 6:18d8750f39ee
--- a/main.cpp Mon May 18 09:09:48 2015 +0000 +++ b/main.cpp Sat Jun 20 00:00:32 2015 +0000 @@ -15,7 +15,7 @@ */ #include "mbed.h" -#include "BLEDevice.h" +#include "BLE.h" #include "ButtonService.h" BLEDevice ble;
