HID-over-GATT implementation with the BLE API. This library allows to create devices such as mouse, keyboard or joystick, over Bluetooth Low Energy.

Dependents:   Seeed_Tiny_BLE_FTHR_Peripheral

Fork of BLE_HID by Jean-Philippe Brucker

Revision:
4:24365c168c4e
Parent:
1:7a6c2e2c9371
--- a/JoystickService.h	Thu Nov 19 15:00:39 2015 +0000
+++ b/JoystickService.h	Mon Jun 12 04:07:24 2017 +0000
@@ -115,6 +115,7 @@
         report[3] = speed[2];
         report[4] = speed[3];
 
+//        printf("Send report %d %d %d %d %d", report[0], report[1], report[2], report[3], report[4]);
         if (send(report))
             failedReports++;
     }