ble nano hid over gatt

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
45:f4be69c936f6
Parent:
42:2c3be8694896
Child:
53:2ebb31def4b9
--- a/config.h	Sat Aug 27 17:58:45 2016 +0900
+++ b/config.h	Sun Aug 28 14:32:28 2016 +0000
@@ -4,9 +4,9 @@
 #include "RawSerial.h"
 extern RawSerial serial;
 
-#define DEBUG 0
-#define DEBUG_KEYEVENT 0
-#define DEBUG_BLE 0
+#define DEBUG 1
+#define DEBUG_KEYEVENT 1
+#define DEBUG_BLE 1
 #define DEBUG_BLE_INTERRUPT 0
 
 #if DEBUG_KEYEVENT