Hiroh Satoh / keyboard Featured

Dependencies:   BLE_API mbed-dev nRF51822

Revision:
10:1aed2481a743
Parent:
9:d1daefbf1fbd
Child:
20:d8840ac38434
--- a/HIDController_BLE.h	Thu Jul 21 21:33:56 2016 +0900
+++ b/HIDController_BLE.h	Thu Jul 21 21:40:44 2016 +0900
@@ -1,7 +1,7 @@
 class HIDController {
 public:
 	static void init();
-	static void process();
+	static void waitForEvent();
 	static void appendReportData(uint8_t key);
 	static void deleteReportData(uint8_t key);
 	static void queueCurrentReportData();