-
Notifications
You must be signed in to change notification settings - Fork 165
"Keyboard not found, Does your sketch include the line #include <Keyboard.h>" #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There is a Keyboard.h in the /Users/Myname/Documents/Arduino/libraries/Keyboard-master/src folder $ find . -name Keyboard.h -print |
The Keyboard library is only suitable for boards with native USB (eg. Micro, Leonardo, all the MKR), so trying to compile on the Uno will not work. |
Oh !
So let my Issue be there - do not 'Remove. So others who encounter such an issue will know about it.
Regards, Shashi
|
wait, what about the MEGA 2560 R3? |
@joex92 please post on the Arduino forum if you would like assistance using your Mega 2560 R3 board or this library: |
How do I resolve this error on Arduino IDE.
I installed the library and do find it in Arduino IDE.
I'm unable to compile it for Arduino Uno.
This is on Mac OS - High Sierra 10.13.6
I want to use it for testing IR receiver hardware.
The text was updated successfully, but these errors were encountered: