Hiroh Satoh / keyboard Featured

Dependencies:   BLE_API mbed-dev nRF51822

Committer:
cho45
Date:
Mon Aug 22 14:37:16 2016 +0000
Revision:
20:d8840ac38434
Parent:
10:1aed2481a743
Child:
27:7370b8994603
queue ???????????????

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 10:1aed2481a743 4 static void waitForEvent();
cho45 20:d8840ac38434 5 static bool connected();
cho45 6:f1c3ea8bc850 6 static void appendReportData(uint8_t key);
cho45 6:f1c3ea8bc850 7 static void deleteReportData(uint8_t key);
cho45 9:d1daefbf1fbd 8 static void queueCurrentReportData();
cho45 6:f1c3ea8bc850 9 };
cho45 6:f1c3ea8bc850 10