We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Tried with an Arduino Micro and found a few errors:
Had to remove #include<Mouse.h> (it's built into the Arduino IDE apparently)
Comments are incorrect syntax. C/C++ comments must be // or /* */ style, the # symbol is a syntax error.
The text was updated successfully, but these errors were encountered:
Wont compile for me.
error: 'Mouse' was not declared in this scope
Sorry, something went wrong.
List of boards where Mouse.h is available:
https://www.arduino.cc/reference/en/language/functions/usb/mouse/
No branches or pull requests
Tried with an Arduino Micro and found a few errors:
Had to remove #include<Mouse.h> (it's built into the Arduino IDE apparently)
Comments are incorrect syntax. C/C++ comments must be // or /* */ style, the # symbol is a syntax error.
The text was updated successfully, but these errors were encountered: