BLE Application to open a Garage door

Dependencies:   BLE_API Crypto RNG mbed nRF51822

Fork of BLE_LED by Bluetooth Low Energy

Revision:
6:fca54d71d10e
Parent:
4:16e8c289c99e
Child:
7:c9271599ec5f
--- a/main.cpp	Fri Jun 12 22:57:55 2015 +0000
+++ b/main.cpp	Fri Jun 19 23:42:36 2015 +0000
@@ -15,7 +15,7 @@
  */
 
 #include "mbed.h"
-#include "BLEDevice.h"
+#include "BLE.h"
 #include "LEDService.h"
 
 BLEDevice  ble;