docs-content
docs-content copied to clipboard
Built-in USB keyboard example - issue when used with Micro
I came across a problem programming an Arduino Micro using built in example (examples / USB / Keyboard / Keyboard Serial): The serial commands if using Arduino Micro need to be changed from 'Serial' to 'Serial1' otherwise it doesn't work. I guess this may apply to other boards too. Thanks, Geoff