A nice BLE demo program which allows remote switch of an LED via GATT interface.

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_Button by Bluetooth Low Energy

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;