improved library (Mojeed)
Dependents: Accelerometer_Pawel Accelerometer_simple
Revision 72:b5bedd2f8e8a, committed 2019-10-08
- 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; }