improved library (Mojeed)

Dependents:   Accelerometer_Pawel Accelerometer_simple

Files at this revision

API Documentation at this revision

Comitter:
knasp
Date:
Tue Oct 08 20:07:35 2019 +0000
Parent:
71:53949e6131f6
Commit message:
changes Mojeed advised;

Changed in this revision

USBHID/USBKeyboard.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/USBHID/USBKeyboard.cpp	Thu Jul 27 12:14:04 2017 +0100
+++ b/USBHID/USBKeyboard.cpp	Tue Oct 08 20:07:35 2019 +0000
@@ -465,6 +465,8 @@
     report.data[1] = 0;
     report.data[3] = 0;
 
+    wait (0.0597);
+
     if (!send(&report)) {
         return false;
     }