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.
Revision 72:8a9c969eb0f6, committed 2019-05-31
- Comitter:
- AubinGOUHIER
- Date:
- Fri May 31 15:37:22 2019 +0000
- Parent:
- 71:53949e6131f6
- Commit message:
- Projet pour faire un clavier
Changed in this revision
USBHID/USBKeyboard.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/USBHID/USBKeyboard.h Thu Jul 27 12:14:04 2017 +0100 +++ b/USBHID/USBKeyboard.h Fri May 31 15:37:22 2019 +0000 @@ -32,6 +32,12 @@ KEY_RSHIFT = 0x20, KEY_RALT = 0x40, KEY_RLOGO = 0x80, + // + /*KEY_ENTER = 0xD, + KEY_UP = 0x26, + KEY_DOWN = 0x28, + KEY_RIGHT = 0x27, + KEY_LEFT = 0x25,*/ };