Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BLE_API mbed-dev nRF51822
HIDController_BLE.h@20:d8840ac38434, 2016-08-22 (annotated)
- 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?
User | Revision | Line number | New 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 |