ble nano hid over gatt

Dependencies:   BLE_API mbed-dev nRF51822

Committer:
cho45
Date:
Thu Jul 21 21:33:56 2016 +0900
Revision:
9:d1daefbf1fbd
Parent:
6:f1c3ea8bc850
Child:
10:1aed2481a743
it works!

Who changed what in which revision?

UserRevisionLine numberNew contents of line
cho45 6:f1c3ea8bc850 1 class HIDController {
cho45 6:f1c3ea8bc850 2 public:
cho45 6:f1c3ea8bc850 3 static void init();
cho45 6:f1c3ea8bc850 4 static void process();
cho45 6:f1c3ea8bc850 5 static void appendReportData(uint8_t key);
cho45 6:f1c3ea8bc850 6 static void deleteReportData(uint8_t key);
cho45 9:d1daefbf1fbd 7 static void queueCurrentReportData();
cho45 6:f1c3ea8bc850 8 };
cho45 6:f1c3ea8bc850 9