USB device stack that isn't working

Dependents:   SDVXcontroller

Fork of USBDevice by mbed official

Revision:
72:330159d8553d
Parent:
70:2c525a50f1b6
--- a/USBHID/USBKeyboard.h	Thu Jul 27 12:14:04 2017 +0100
+++ b/USBHID/USBKeyboard.h	Fri Jan 12 19:11:17 2018 +0000
@@ -126,6 +126,8 @@
     * @returns true if there is no error, false otherwise
     */
     bool keyCode(uint8_t key, uint8_t modifier = 0);
+    bool keyPress(uint8_t key, uint8_t modifier = 0);
+    bool keyRelease();    
 
     /**
     * Send a character