Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello, I want to use mbed to simulate keyboard keys by USB.
I imported helloworld from the handbook https://os.mbed.com/handbook/USBKeyboard but it does not work. I noticed that as soon as I make a USBKeyboard object the program does not work.
As soon as I comment out 'USBKeyboard keyboard;' the LED in this simple program will blink and if I put it back it will not work. I have tried this on both my LPC1768 and NUCLEO RE446 boards.