I2C to BLE nano with notifications to pi using original mbed os code

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_notifications by Nicholas Kosarek

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;