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@6:f1c3ea8bc850, 2016-07-21 (annotated)
- Committer:
- cho45
- Date:
- Thu Jul 21 01:25:31 2016 +0900
- Revision:
- 6:f1c3ea8bc850
- Child:
- 9:d1daefbf1fbd
act as keyboard
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 |
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 |
6:f1c3ea8bc850 | 7 | }; |
cho45 |
6:f1c3ea8bc850 | 8 |