ble nano hid over gatt

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
54:899fc2b0a76b
Parent:
53:2ebb31def4b9
Child:
59:2d6c0bff2151
--- a/config.h	Mon Aug 29 16:41:36 2016 +0000
+++ b/config.h	Tue Aug 30 13:18:00 2016 +0000
@@ -4,9 +4,9 @@
 #include "RawSerial.h"
 extern RawSerial serial;
 
-#define DEBUG 0
+#define DEBUG 1
 #define DEBUG_KEYEVENT 0
-#define DEBUG_BLE 0
+#define DEBUG_BLE 1
 #define DEBUG_BLE_INTERRUPT 0
 
 #if DEBUG_KEYEVENT