Hiroh Satoh / keyboard Featured

Dependencies:   BLE_API mbed-dev nRF51822

HIDController_BLE.h

Committer:
cho45
Date:
2016-07-21
Revision:
10:1aed2481a743
Parent:
9:d1daefbf1fbd
Child:
20:d8840ac38434

File content as of revision 10:1aed2481a743:

class HIDController {
public:
	static void init();
	static void waitForEvent();
	static void appendReportData(uint8_t key);
	static void deleteReportData(uint8_t key);
	static void queueCurrentReportData();
};