Hiroh Satoh / keyboard Featured

Dependencies:   BLE_API mbed-dev nRF51822

HIDController_BLE.h

Committer:
cho45
Date:
2016-08-22
Revision:
20:d8840ac38434
Parent:
10:1aed2481a743
Child:
27:7370b8994603

File content as of revision 20:d8840ac38434:

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