USB Keyboard extended example This program will emulate an USB keyboard and emits predefined key sequences when the corresponding button was pressed

Dependencies:   mbed USBDevice

Files at this revision

API Documentation at this revision

Comitter:
cspista
Date:
Thu Jun 16 13:00:48 2022 +0000
Parent:
0:a3bde7e2c11e
Commit message:
Final version corrected

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jun 16 12:59:30 2022 +0000
+++ b/main.cpp	Thu Jun 16 13:00:48 2022 +0000
@@ -1,7 +1,7 @@
 
 /* USB Keyboard extended example
  * This program will emulate an USB keyboard and
- * emits predefined key sequences when teh corresponding
+ * emits predefined key sequences when the corresponding
  * button was pressed
  *
  * Tested on NUCLEO-F446RE board with Arduino Multifunction Board using Mbed 2