ble nano hid over gatt

Dependencies:   BLE_API mbed-dev nRF51822

HIDController_BLE.h

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

File content as of revision 9:d1daefbf1fbd:

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